allow-query and version.bind

Marco d'Itri md at Linux.IT
Sun Oct 10 10:00:56 UTC 2004


I restrict access to my server:

options {
  directory "/var/cache/bind";

  allow-query { friends; };
  allow-recursion { friends; };
....
}

zone "bofh.it" {
  type master;
  allow-query { any; };
....
}

But now access to the bind chaos pseudo-zone is not allowed:

$host -c chaos -t txt VERSION.BIND ns.bofh.it
VERSION.BIND TXT record in class CH query refused
$

How can I work around this? I do not want to restrict access to it.

-- 
ciao, |
Marco | * The Internet is full. Go away.  -- Joel Furr *


More information about the bind-users mailing list