mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
enable-zone was never implemented; dialup should be allowed
in views
This commit is contained in:
parent
6f9786fdcf
commit
38247e3857
1 changed files with 3 additions and 4 deletions
|
|
@ -15,7 +15,7 @@
|
|||
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
*/
|
||||
|
||||
/* $Id: named.conf,v 1.49 2001/01/24 15:17:35 brister Exp $ */
|
||||
/* $Id: named.conf,v 1.50 2001/01/27 07:24:35 gson Exp $ */
|
||||
|
||||
/*
|
||||
* This is a worthless, nonrunnable example of a named.conf file that has
|
||||
|
|
@ -314,6 +314,7 @@ view "test-view" in {
|
|||
server 10.9.8.7 {
|
||||
keys "non-viewkey";
|
||||
};
|
||||
dialup yes;
|
||||
};
|
||||
|
||||
|
||||
|
|
@ -321,6 +322,7 @@ zone "stub.demo.zone" {
|
|||
type stub; // stub zones are like slave zones,
|
||||
// except that only the NS records
|
||||
// are transferred.
|
||||
dialup yes;
|
||||
file "stub.demo.zone";
|
||||
masters {
|
||||
1.2.3.4 ; // where to zone transfer from
|
||||
|
|
@ -361,9 +363,6 @@ zone "disabled-zone.com" {
|
|||
type master;
|
||||
file "bar";
|
||||
|
||||
# Will make zone configurer skip this one.
|
||||
enable-zone false;
|
||||
|
||||
max-retry-time 100;
|
||||
min-retry-time 110;
|
||||
max-refresh-time 120;
|
||||
|
|
|
|||
Loading…
Reference in a new issue