diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/bind/named.conf.fake b/bind/named.conf.fake index 1471d2f..fa76261 100644 --- a/bind/named.conf.fake +++ b/bind/named.conf.fake @@ -1,3 +1 @@ -zone "jones.local" { type master; file "/etc/local-COMMON/bind/fake/NET101-SERVERS.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; }; }; -zone "net101.local" { type master; file "/etc/local-COMMON/bind/fake/NET101.LOCAL"; allow-transfer { none; }; }; +zone "jones.dk" { type master; file "/etc/local-COMMON/bind/JONES-fake/jones.dk"; allow-transfer { none; }; }; |