diff options
author | Jonas Smedegaard <dr@jones.dk> | 2003-05-07 11:27:02 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2003-05-07 11:27:02 +0000 |
commit | 275282fdc539ccd46d25726e656a0d5aab51312e (patch) | |
tree | 87cf833ba36a298f109138c318f37196444f1fa3 /bind | |
parent | 867a84f8e42400267190ad0ce23a1139a228c753 (diff) |
Add experimental BIND config for standalone offline machine (laptop), and include such setup for auryn.jones.dk.
Diffstat (limited to 'bind')
-rw-r--r-- | bind/named.conf.fake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bind/named.conf.fake b/bind/named.conf.fake new file mode 100644 index 0000000..1471d2f --- /dev/null +++ b/bind/named.conf.fake @@ -0,0 +1,3 @@ +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; }; }; |