Re: allow-query for a zone

2012-01-20 Thread John Wobus
Actually, I just realized a possible counterexample: if the zone is a subzone of another zone that the server hosts, the type of error depends on the strategy used. With the zone statement, the error will be REFUSED; without the zone statement, it will be SERVFAIL because of the lame delega

Re: allow-query for a zone

2012-01-17 Thread Warren Kumari
On Jan 17, 2012, at 3:44 AM, Matus UHLAR - fantomas wrote: >>> Whether you set allow-query to none, or remove the zone statement, >>> clients will get an error when they try to query the zone. > > On 17.01.12 14:13, Jeff Peng wrote: >> There is a difference when you develop a web interface for D

Re: allow-query for a zone

2012-01-17 Thread Matus UHLAR - fantomas
Whether you set allow-query to none, or remove the zone statement, clients will get an error when they try to query the zone. On 17.01.12 14:13, Jeff Peng wrote: There is a difference when you develop a web interface for DNS system. A user can "pause" the domain from web interface, if we remove

Re: allow-query for a zone

2012-01-17 Thread Barry Margolin
In article , Jeff Peng wrote: > > Whether you set allow-query to none, or remove the zone statement, > > clients will get an error when they try to query the zone. > > There is a difference when you develop a web interface for DNS system. > A user can "pause" the domain from web interface, if w

Re: allow-query for a zone

2012-01-16 Thread Jeff Peng
Whether you set allow-query to none, or remove the zone statement, clients will get an error when they try to query the zone. There is a difference when you develop a web interface for DNS system. A user can "pause" the domain from web interface, if we remove the zone and records from BIND fi

Re: allow-query for a zone

2012-01-16 Thread Barry Margolin
In article , Jeff Peng wrote: > >> Well, my dns manage system (dnsbed.com) requires a "zone pause" feature. > >> > When user click the "pause" button, the zone should be stopped for > >> > resolving, but the config and records should be kept. > > How can you tell the difference? > > > what d

Re: allow-query for a zone

2012-01-16 Thread Jeff Peng
Well, my dns manage system (dnsbed.com) requires a "zone pause" feature. > When user click the "pause" button, the zone should be stopped for > resolving, but the config and records should be kept. How can you tell the difference? what differenct do you mean? __

Re: allow-query for a zone

2012-01-16 Thread Barry Margolin
In article , Jeff Peng wrote: > 于 2012-1-17 1:58, Warren Kumari 写道: > > Just out of interest, why wouldn't you just comment out the zone stanza? > > > > Would cut down on memory usage, load time, etc… > > > > I'm sure you have a use case, just a wondering… > > Well, my dns manage syst

Re: allow-query for a zone

2012-01-16 Thread Jeff Peng
于 2012-1-17 1:58, Warren Kumari 写道: Just out of interest, why wouldn't you just comment out the zone stanza? Would cut down on memory usage, load time, etc… I'm sure you have a use case, just a wondering… Well, my dns manage system (dnsbed.com) requires a "zone pause" feature. When user click

Re: allow-query for a zone

2012-01-16 Thread Warren Kumari
On Jan 16, 2012, at 1:50 AM, Jeff Peng wrote: > Hi, > > If I just want to disable any client to query for a zone, but keep that zone > in the config file (maybe later I will enable it to be accessable), can I > just set: Just out of interest, why wouldn't you just comment out the zone stanza?

Re: allow-query for a zone

2012-01-16 Thread Matus UHLAR - fantomas
On 16.01.12 14:50, Jeff Peng wrote: If I just want to disable any client to query for a zone, but keep that zone in the config file (maybe later I will enable it to be accessable), can I just set: allow-query { none; }; in the zone section? afaik you can. According to docs, you can use allo

Re: allow-query for a zone

2012-01-16 Thread With No Name
I would use allow-query { 127.0.0.1; }; ___ Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe from this list bind-users mailing list bind-users@lists.isc.org https://lists.isc.org/mailman/listinfo/bind-users