Skip to content

Commit

Permalink
Improve README
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Jun 8, 2024
1 parent 84051ee commit f48ff28
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 22 deletions.
71 changes: 71 additions & 0 deletions .github/images/usage.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 1 addition & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,28 +78,7 @@ subdy --generate-man | sudo gzip > /usr/share/man/man1/subdy.1.gz

### Usage

```
Usage: subdy {options} domain
Options
--ip, -I Resolve subdomains IP
--dns, -D name-or-url DoH provider (cloudflare|google|url)
--no-color, -nc Disable colors in output
--help, -h Show this help message
--version, -v Show version
Examples
subdy go.dev
Find all subdomains of go.dev
subdy -I go.dev
Find all subdomains of go.dev and resolve their IPs
subdy -I -D google go.dev
Find all subdomains of go.dev and resolve their IPs using Google DNS
```
<img src=".github/images/usage.svg" />

### CI Status

Expand Down

0 comments on commit f48ff28

Please sign in to comment.