AW: Does this " IN " make a difference

Walkenhorst, Benjamin Benjamin.Walkenhorst at telekom.de
Mon Nov 15 08:56:44 UTC 2004


Hello,

> zone "myfoo.org" IN {
> 		type master;
> 		file "myfoo.db";
> };
> 
> zone "myfoo.org"  {
> 		type master;
> 		file "myfoo.db";
> };
> 
> in  my old bind 8.2.3 zone file there are no "IN"'s but in 
> 9.2.2 there 
> are. i have referenced my dns & bind book and I see lower case "in". 
> ???
> Can someone clarify this for me?

"IN" or "in" describes what kind of zone (or view or whatever) you are
defining. IN is short for "inet", as opposed to the other types of zones
BIND is able to host (there's also CH for chaosnet and HS for hesiod).
These acronyms are case-insensitive, so "IN" and "in" is the same.

If no type for a zone or view is given, BIND defaults to "IN". Hence
you can leave it out safely, unless you actually use Chaosnet or Hesiod
(both seem to be rather rare these days).

Kind regards,
Benjamin



More information about the bind-users mailing list