summaryrefslogtreecommitdiff
path: root/bind/fake/ror.local
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2004-08-27 15:48:23 +0000
committerJonas Smedegaard <dr@jones.dk>2004-08-27 15:48:23 +0000
commitf061f5ebc857d207a8d434da0bb92b7f498cfb48 (patch)
tree1e0e053b58413fb959fa1bd59e5acfa7f99d74c5 /bind/fake/ror.local
parentf02157a8829f08c93c55a48d9badf0dd29faa088 (diff)
Strip unneeded (an, in the case of loop, outright problematic) additional IN's
Diffstat (limited to 'bind/fake/ror.local')
-rw-r--r--bind/fake/ror.local26
1 files changed, 13 insertions, 13 deletions
diff --git a/bind/fake/ror.local b/bind/fake/ror.local
index 68b75dd..5fd0641 100644
--- a/bind/fake/ror.local
+++ b/bind/fake/ror.local
@@ -6,18 +6,18 @@ $TTL 604800
2419200 ; Expire
604800 ) ; Negative Cache TTL
;
-@ IN NS localhost.
+@ NS localhost.
;
-gateway IN A 192.168.1.1
-server IN A 192.168.1.2
-www IN CNAME server
-dns IN CNAME server
-mail IN CNAME server
-ntp IN CNAME server
-proxy IN CNAME server
-ldap IN CNAME server
-ftp IN CNAME server
-news IN CNAME server
-rip IN CNAME server
+gateway A 192.168.1.1
+server A 192.168.1.2
+www CNAME server
+dns CNAME server
+mail CNAME server
+ntp CNAME server
+proxy CNAME server
+ldap CNAME server
+ftp CNAME server
+news CNAME server
+rip CNAME server
-debian IN CNAME server
+debian CNAME server