diff options
-rw-r--r-- | bind/fake-222/192.168.222 | 11 | ||||
-rw-r--r-- | bind/named.conf.fake-222 | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/bind/fake-222/192.168.222 b/bind/fake-222/192.168.222 new file mode 100644 index 0000000..23c8fcb --- /dev/null +++ b/bind/fake-222/192.168.222 @@ -0,0 +1,11 @@ +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ NS localhost. +; +$GENERATE 1-255 $ CNAME 192.168.222.$.jones.dk. diff --git a/bind/named.conf.fake-222 b/bind/named.conf.fake-222 index 4868c3e..07c5b21 100644 --- a/bind/named.conf.fake-222 +++ b/bind/named.conf.fake-222 @@ -1,4 +1,5 @@ // private +zone "222.168.192.in-addr.arpa"{ type master; file "/etc/local-JONES.DK/bind/fake-222/192.168.222"; allow-transfer { jones_slaves; }; }; // dk pending |