DNS: Difference between revisions
From DWIKI
mNo edit summary |
m (→FAQ) |
||
Line 19: | Line 19: | ||
===Get hints file=== | ===Get hints file=== | ||
dig @m.root-servers.net. ns . | dig @m.root-servers.net. ns . | ||
===Find server handling reverse=== | |||
dig -x 10.11.12.13 | |||
===Wildcard record=== | ===Wildcard record=== | ||
@ IN | ;seems unwise to use CNAMES for this | ||
* IN | @ IN A 10.0.0.1 | ||
* IN A 10.0.0.1 |
Revision as of 12:33, 3 June 2008
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