diff options
Diffstat (limited to 'bind')
-rw-r--r-- | bind/fake/192.168.1-peronard.dk | 11 | ||||
-rw-r--r-- | bind/fake/peronard.dk | 18 | ||||
-rw-r--r-- | bind/named_PERONARD_fake.conf | 2 | ||||
-rw-r--r-- | bind/named_paf.peronard.dk.conf | 1 |
4 files changed, 32 insertions, 0 deletions
diff --git a/bind/fake/192.168.1-peronard.dk b/bind/fake/192.168.1-peronard.dk new file mode 100644 index 0000000..d8eca4c --- /dev/null +++ b/bind/fake/192.168.1-peronard.dk @@ -0,0 +1,11 @@ +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. +; +2 IN PTR paf.peronard.dk. diff --git a/bind/fake/peronard.dk b/bind/fake/peronard.dk new file mode 100644 index 0000000..d0daf90 --- /dev/null +++ b/bind/fake/peronard.dk @@ -0,0 +1,18 @@ +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN NS localhost. +; +@ IN MX 10 mail.jones.dk. +@ IN MX 50 mail.haakansson.com. +@ IN MX 50 mail.shared.dk. +@ IN A 213.237.9.231 +mail IN A 213.237.9.231 +www IN A 213.237.9.231 +ftp IN A 213.237.9.231 +paf IN A 192.168.1.2 diff --git a/bind/named_PERONARD_fake.conf b/bind/named_PERONARD_fake.conf new file mode 100644 index 0000000..06d482a --- /dev/null +++ b/bind/named_PERONARD_fake.conf @@ -0,0 +1,2 @@ +zone "1.168.192.in-addr.arpa" { type master; file "/etc/local-COMMON/bind/fake/192.168.1-peronard.dk"; allow-transfer { none; }; }; +zone "peronard.dk" { type master; file "/etc/local-COMMON/bind/fake/peronard.dk"; allow-transfer { none; }; }; diff --git a/bind/named_paf.peronard.dk.conf b/bind/named_paf.peronard.dk.conf new file mode 100644 index 0000000..fb496c2 --- /dev/null +++ b/bind/named_paf.peronard.dk.conf @@ -0,0 +1 @@ +include "/etc/local-COMMON/bind/named_HAAKANSSON_fake.conf"; |