Skip to content

Commit

Permalink
Merge pull request #38 from bschaatsbergen/f/update-readme
Browse files Browse the repository at this point in the history
chore: update README to reflect latest version
  • Loading branch information
bschaatsbergen authored Feb 11, 2024
2 parents 1a959c8 + 9689176 commit e152227
Showing 1 changed file with 18 additions and 15 deletions.
33 changes: 18 additions & 15 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,15 @@ To get all records for a domain name:

```
$ dnsee google.com
A google.com. 146 142.251.39.110
AAAA google.com. 300 2a00:1450:400e:803::200e
MX google.com. 193 smtp.google.com. 10
NS google.com. 103 ns1.google.com.
NS google.com. 103 ns4.google.com.
NS google.com. 103 ns3.google.com.
NS google.com. 103 ns2.google.com.
A gooogle.com. 04m42s 142.251.36.4
AAAA gooogle.com. 04m42s 2a00:1450:400e:800::2004
MX gooogle.com. 04m42s 0 .
TXT gooogle.com. 04m42s v=spf1 -all
NS gooogle.com. 01h48m35s ns2.google.com.
NS gooogle.com. 01h48m35s ns3.google.com.
NS gooogle.com. 01h48m35s ns1.google.com.
NS gooogle.com. 01h48m35s ns4.google.com.
SOA gooogle.com. 42s ns1.google.com. dns-admin.google.com.
```

### Fetch all records for a specific type
Expand All @@ -42,7 +44,7 @@ To get all records for a domain name of a specific type:

```
$ dnsee google.com -q A
A google.com. 146 142.251.39.110
A google.com. 03m15s 216.58.214.14
```

### Fetch all records using a different DNS server
Expand All @@ -51,13 +53,14 @@ To get all records for a domain name using a different DNS server:

```
$ dnsee google.com --dns-server-ip 1.1.1.1
A google.com. 146 142.251.39.110
AAAA google.com. 300 2a00:1450:400e:803::200e
MX google.com. 193 10 smtp.google.com.
NS google.com. 103 ns1.google.com.
NS google.com. 103 ns4.google.com.
NS google.com. 103 ns3.google.com.
NS google.com. 103 ns2.google.com.
A google.com. 01m02s 142.250.179.174
AAAA google.com. 47s 2a00:1450:400e:811::200e
MX google.com. 34s 10 smtp.google.com.
NS google.com. 90h42m12s ns1.google.com.
NS google.com. 90h42m12s ns4.google.com.
NS google.com. 90h42m12s ns3.google.com.
NS google.com. 90h42m12s ns2.google.com.
SOA google.com. 44s ns1.google.com. dns-admin.google.com.
```

## Contributing
Expand Down

0 comments on commit e152227

Please sign in to comment.