diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-02-14 03:16:37 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-02-14 03:16:37 +0000 |
commit | 44b74ce2b11c07a38067be4d0067e559120537f2 (patch) | |
tree | 5d74de3ad7d6052979face50efded07d7fd13cfb | |
parent | 8f81f50b3e425db0ec9a24c66d895d677046268e (diff) |
bind: move cafe3.local to 101 network.
-rw-r--r-- | bind/named_CAFE3_fake.conf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bind/named_CAFE3_fake.conf b/bind/named_CAFE3_fake.conf index 774500c..9638e9e 100644 --- a/bind/named_CAFE3_fake.conf +++ b/bind/named_CAFE3_fake.conf @@ -1,3 +1,3 @@ -zone "1.168.192.in-addr.arpa" { type master; file "/etc/local-COMMON/bind/fake/0-PCxxx.NET1.LOCAL"; allow-transfer { none; }; }; -zone "cafe3.local" { type master; file "/etc/local-COMMON/bind/fake/NET1-SERVER-100"; allow-transfer { none; }; }; -zone "net1.local" { type master; file "/etc/local-COMMON/bind/fake/NET1.LOCAL"; allow-transfer { none; }; }; +zone "cafe3.local" { type master; file "/etc/local-COMMON/bind/fake/NET1-SERVER-100"; allow-transfer { none; }; }; +zone "net101.local" { type master; file "/etc/local-COMMON/bind/fake/NET101.LOCAL"; allow-transfer { none; }; }; +zone "101.168.192.in-addr.arpa" { type master; file "/etc/local-COMMON/bind/fake/0-PCxxx.NET101.LOCAL"; allow-transfer { none; }; }; |