DNS: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
(2 intermediate revisions by the same user not shown)
Line 6: Line 6:
*[http://www.madboa.com/geek/dig/ Dig HOWTO]
*[http://www.madboa.com/geek/dig/ Dig HOWTO]
*[http://www.dns.net/dnsrd/trick.html DNS tips&tricks]
*[http://www.dns.net/dnsrd/trick.html DNS tips&tricks]
*[https://www.dns-oarc.net/oarc/services/dnsentropy]
*[https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns Configuring reverse dns]


=Software=
=Software=
Line 28: Line 30:
  * IN A 10.0.0.1
  * IN A 10.0.0.1


==DNS amplification test==
dig +short +tries=1 +time=2 test.openresolver.com TXT @$ip


=Terms=
=Terms=
==Soa==
==Soa==
  Start Of Authority
  Start Of Authority

Revision as of 17:00, 4 September 2017

Links

Software

BIND

Maradns

A nice caching DNS.

FAQ

Get hints file

dig @m.root-servers.net. ns .

Find server handling reverse

dig -x 10.11.12.13

Wildcard record

;seems unwise to use CNAMES for this
@ IN A 10.0.0.1
* IN A 10.0.0.1


DNS amplification test

dig +short +tries=1 +time=2 test.openresolver.com TXT @$ip

Terms

Soa

Start Of Authority