Skip to content

Commit f7f9ff1

Browse files
committed
Update README
1 parent fc43693 commit f7f9ff1

File tree

1 file changed

+31
-4
lines changed

1 file changed

+31
-4
lines changed

README.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ DNS tool that displays information about your domain.
66
* common records scanning (use -scan)
77
* validate DNSSEC chain (use -debug to see more info)
88
* change query speed for scanning (default 10 queries per second)
9-
* reporting DNSSEC, SOA, glue records
9+
* diagnostic of your domain (similar to intodns.com)
1010
* For implemented checks see [#1](https://github.com/42wim/dt/issues/1)
1111

1212
Feedback, issues and PR's are welcome.
@@ -78,13 +78,40 @@ tinnie.arin.net. |199.212.0.53 |US |ASN 393225 |ARIN-PFS-IAD -
7878
|2001:500:13::c7d4:35 |US |ASN 53535 |ARIN-PFS-ANYCAST - ARIN Operations, US |96.854587ms |1492613104 |valid |10 hours ago |4 weeks from now
7979
DNSSEC
8080
OK: DNSKEY validated. Chain validated
81+
NS
82+
OK : NS of all nameservers are identical
83+
OK : Multiple nameservers found
84+
OK : Your nameservers are in different subnets.
85+
OK : Nameservers are spread over multiple AS
86+
OK : IPv4 and IPv6 nameservers found.
87+
OK : All nameservers are authoritative.
88+
OK : All nameservers report they are not allowing recursive queries.
89+
OK : Your nameservers are also listed as NS at the parent nameservers
90+
OK : Your parent nameservers are also listed as NS at your nameservers
91+
OK : No CNAMEs found for your NS records
8192
GLUE
82-
FAIL: no glue records found for [192.5.4.1 2001:500:2e::1] in NS of parent net.
83-
FAIL: no glue records found for [192.5.4.1 2001:500:13::c7d4:35 2001:502:cbe4::33 2001:500:2e::1 209.112.113.33 69.36.145.33 202.12.28.140 2001:500:7967::2:33 2620:74:19::33 2001:dc0:1:0:4777::140 199.212.0.53 209.112.114.33] in NS of ripe.net.
93+
WARN: no glue records found for [2001:500:2e::1 192.5.4.1] in NS of parent net.
94+
WARN: no glue records found for [2620:74:19::33 2001:500:2e::1 199.212.0.53 2001:502:cbe4::33 2001:dc0:1:0:4777::140 209.112.113.33 69.36.145.33 202.12.28.140 2001:500:7967::2:33 $09.112.114.33 192.5.4.1 2001:500:13::c7d4:35] in NS of ripe.net.
8495
SOA
8596
OK : SOA of all nameservers are identical
86-
FAIL: Serial is not in the recommended format of YYYYMMDDnn.
97+
WARN: Serial is not in the recommended format of YYYYMMDDnn.
8798
OK : MNAME manus.authdns.ripe.net. is listed at the parent servers.
99+
OK : Your nameservers have public / routable addresses.
100+
MX
101+
OK : MX of all nameservers are identical
102+
OK : Multiple MX records found
103+
OK : Your MX records have public / routable addresses.
104+
OK : Your MX records resolve to different ips.
105+
OK : No CNAMEs found for your MX records
106+
OK : All MX records have reverse PTR records
107+
Web
108+
OK : Found a www record
109+
OK : Found a root record
110+
OK : Didn't find a CNAME for the root record
111+
OK : Your www record has a public / routable address.
112+
Spam
113+
WARN: No DMARC records found. Along with DKIM and SPF, DMARC helps prevent spam from your domain.
114+
WARN: No SPF records found. Along with DKIM and DMARC, SPF helps prevent spam from your domain.
88115
```
89116

90117
```

0 commit comments

Comments
 (0)