Skip to content

Commit

Permalink
chore: fix output provided in README around MX priority (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
bschaatsbergen committed Jan 10, 2024
1 parent 30873d2 commit 8a74d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -53,7 +53,7 @@ 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 smtp.google.com. 10
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.
Expand Down

0 comments on commit 8a74d82

Please sign in to comment.