DNS: Difference between revisions

From DWIKI
mNo edit summary
mNo edit summary
Line 10: Line 10:
*[https://www.dns-oarc.net/oarc/services/dnsentropy DNS entropy]  
*[https://www.dns-oarc.net/oarc/services/dnsentropy DNS entropy]  
*[https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns Configuring reverse dns]  
*[https://www.ripe.net/manage-ips-and-asns/db/support/configuring-reverse-dns Configuring reverse dns]  
*[https://docstore.mik.ua/orelly/networking_2ndEd/dns/ch09_04.htm DNS subdomains]
*[https://docstore.mik.ua/orelly/networking_2ndEd/dns/ch09_04.htm DNS subdomains]  


=Software=
= Software =


==BIND==
== BIND ==
*[http://www.vix.com/isc/bind/ Bind homepage]
 
*[http://www.vix.com/isc/bind/ Bind homepage]  
 
== Maradns ==


==Maradns==
A nice caching DNS.
A nice caching DNS.
*http://www.maradns.org/


=FAQ=
*[http://www.maradns.org/ http://www.maradns.org/]
==Get hints file==
 
= FAQ =
 
== Get hints file ==
 
  dig @m.root-servers.net. ns .
  dig @m.root-servers.net. ns .


==Find server handling reverse==
== Find server handling reverse ==
 
  dig -x 10.11.12.13
  dig -x 10.11.12.13


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


 
== DNS amplification test ==


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


=Terms=
= Terms =
==Soa==
 
== Soa ==
 
  Start Of Authority
  Start Of Authority
     
[[Category:Network]]

Revision as of 21:08, 26 February 2022

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