delegation-only???
    Jim McAtee 
    jmcatee at mediaodyssey.com
       
    Mon Sep 29 19:02:52 UTC 2003
    
    
  
Pete Ehlke wrote:
> > Ok all I am trying to get a better understanding of how exactly the
> > new "delegation-only" option is to be used.  I have added lines like
> > the folowing:
> > zone "com" { type "delegation-only" };
> > zone "net" { type "delegation-only" };
> >
> > Now with that in place all .com and .net queries are refused. What
> > exactly is the syntax for using this in the correct manner?? Any
> > pointers or help would be mucho appreciated.
> >
> Your syntax is incorrect. See
> http://www.isc.org/products/BIND/delegation-only.html
Should be another semi-colon in there
zone "com" { type "delegation-only"; };
zone "net" { type "delegation-only"; };
But wouldn't an error of that nature cause BIND to error on startup rather than
returning refused queries?
    
    
More information about the bind-users
mailing list