2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 14:07:59 +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.
*/
/* $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;