Best unofficial Apache Server developers community |
|
Sometimes a record is listed as What is the purpose of the IN and when is it required/not required?
posted via ServerFault
|
|
 
|
I believe it means the "INternet" class of addresses. There are others, including the CHAOS class which I've only ever seen used in that *****1 to get the BIND version number from a remote server ( |
|
 
|
According to O'Reilly's "DNS and BIND, 3rd Edition":
|
|
 
|
It's the record class. From the RFC: http://www.faqs.org/rfcs/rfc1035.html
If anyone here can recall ever having configured one of the other classes in anger, they must have an epic beard. :) |
|
 
|
That is referring to the DNS class. 'IN' refers to 'Internet' while the only other option in common use is 'CH' for 'CHAOS'. The CH class is (presently) commonly used for things like querying DNS server versions, while the IN class is the default and generally what "the internet" uses. http://victor.se/bjorn/its/chaos-dns.php http://www.faqs.org/rfcs/rfc2929.html (section 3.3) |