2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 22:15:20 +00:00

enable-zone was never implemented; dialup should be allowed

in views
This commit is contained in:
Andreas Gustafsson
2001-01-27 07:24:35 +00:00
parent 6f9786fdcf
commit 38247e3857

View File

@@ -15,7 +15,7 @@
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. * 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 * 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 { server 10.9.8.7 {
keys "non-viewkey"; keys "non-viewkey";
}; };
dialup yes;
}; };
@@ -321,6 +322,7 @@ zone "stub.demo.zone" {
type stub; // stub zones are like slave zones, type stub; // stub zones are like slave zones,
// except that only the NS records // except that only the NS records
// are transferred. // are transferred.
dialup yes;
file "stub.demo.zone"; file "stub.demo.zone";
masters { masters {
1.2.3.4 ; // where to zone transfer from 1.2.3.4 ; // where to zone transfer from
@@ -361,9 +363,6 @@ zone "disabled-zone.com" {
type master; type master;
file "bar"; file "bar";
# Will make zone configurer skip this one.
enable-zone false;
max-retry-time 100; max-retry-time 100;
min-retry-time 110; min-retry-time 110;
max-refresh-time 120; max-refresh-time 120;