summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bind/named.conf.fake3
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; }; };