Skip to content

Commit 51f3d04

Browse files
Update README.md
1 parent a6aa63e commit 51f3d04

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

+14-14
Original file line numberDiff line numberDiff line change
@@ -26,30 +26,30 @@ brew install <coming-soon> 🏗️
2626

2727
```sh
2828
$ zns example.com
29-
A example.com. 44m45s 93.184.215.14
30-
NS example.com. 21h07m52s a.iana-servers.net.
31-
NS example.com. 21h07m52s b.iana-servers.net.
32-
SOA example.com. 01h00m00s ns.icann.org. noc.dns.icann.org.
33-
MX example.com. 23h13m58s 0 .
34-
TXT example.com. 21h49m03s v=spf1 -all
35-
TXT example.com. 21h49m03s wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn
36-
AAAA example.com. 09m35s 2606:2800:21f:cb07:6820:80da:af6b:8b2c
29+
A example.com. 36m22s 93.184.215.14
30+
NS example.com. 22h27m45s a.iana-servers.net.
31+
NS example.com. 22h27m45s b.iana-servers.net.
32+
SOA example.com. 01h00m00s ns.icann.org. noc.dns.icann.org.
33+
MX example.com. 22h00m56s 0 .
34+
TXT example.com. 24h00m00s v=spf1 -all
35+
TXT example.com. 24h00m00s wgyf8z8cgvm2qmxpnbnldrcltvk4xqfn
36+
AAAA example.com. 17m11s 2606:2800:21f:cb07:6820:80da:af6b:8b2c
3737
```
3838

3939
### Query a specific record type
4040

4141
```sh
4242
$ zns example.com -q NS
43-
NS example.com. 19h27m03s a.iana-servers.net.
44-
NS example.com. 19h27m03s b.iana-servers.net.
43+
NS example.com. 21h13m27s a.iana-servers.net.
44+
NS example.com. 21h13m27s b.iana-servers.net.
4545
```
4646

4747
### Use a specific DNS server
4848

4949
```sh
5050
$ zns example.com -q NS --server 1.1.1.1
51-
NS example.com. 19h27m03s a.iana-servers.net.
52-
NS example.com. 19h27m03s b.iana-servers.net.
51+
NS example.com. 23h11m50s a.iana-servers.net.
52+
NS example.com. 23h11m50s b.iana-servers.net
5353
```
5454

5555
### JSON output
@@ -61,8 +61,8 @@ $ zns example.com --json -q A | jq
6161
"@level": "info",
6262
"@message": "Successful query",
6363
"@record": "93.184.215.14",
64-
"@timestamp": "2024-11-27T21:33:52.689673+01:00",
65-
"@ttl": "28m50s",
64+
"@timestamp": "2024-12-17T01:04:06.104173+01:00",
65+
"@ttl": "33m10s",
6666
"@type": "A",
6767
"@version": "dev",
6868
"@view": "json"

0 commit comments

Comments
 (0)