Skip to content

Commit

Permalink
banner update
Browse files Browse the repository at this point in the history
  • Loading branch information
ehsandeep committed Mar 3, 2022
1 parent da9d287 commit bec1b3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,11 @@

- Simple and Handy utility to query DNS records.
- **A, AAAA, CNAME, PTR, NS, MX, TXT, SOA** query support
- DNS **Resolution** support
- DNS **Brute-force** support
- DNS **Status** code probe support
- DNS **Tracing** support
- Automatic **wildcard** handling support
- DNS **Resolution** / **Brute-force** support
- Custom **resolver** input support
- Multiple resolver format **(TCP/UDP/DOH/DOT)** support
- **stdin** and **stdout** support
- Automatic **wildcard** handling support

# Installation Instructions

Expand Down
4 changes: 2 additions & 2 deletions internal/runner/banner.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ const banner = `
__| | _ __ ___ \ \/ /
/ _' || '_ \ / __| \ /
| (_| || | | |\__ \ / \
\__,_||_| |_||___//_/\_\ v1.0.9-dev
\__,_||_| |_||___//_/\_\ v1.0.9
`

// Version is the current version of dnsx
const Version = `1.0.9-dev`
const Version = `1.0.9`

// showBanner is used to show the banner to the user
func showBanner() {
Expand Down

0 comments on commit bec1b3f

Please sign in to comment.