summaryrefslogtreecommitdiff
path: root/bind
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-03-10 18:56:44 +0000
committerJonas Smedegaard <dr@jones.dk>2002-03-10 18:56:44 +0000
commit61c65dc8fb16f8a3541b407d423f084a449e26e8 (patch)
tree1efd0648ef1841f0f0775b87622c67d09fb2078d /bind
parent4bf4fbf253a93e2be98a82aa42a591d05a31113c (diff)
Add new host paf.peronard.dk.
Diffstat (limited to 'bind')
-rw-r--r--bind/fake/192.168.1-peronard.dk11
-rw-r--r--bind/fake/peronard.dk18
-rw-r--r--bind/named_PERONARD_fake.conf2
-rw-r--r--bind/named_paf.peronard.dk.conf1
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";