diff options
author | Jonas Smedegaard <dr@jones.dk> | 2002-11-10 23:43:34 +0000 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2002-11-10 23:43:34 +0000 |
commit | 2ad5eb59a9bfb5ec2dc47347255d7e91cb26d916 (patch) | |
tree | 7c591c129f5b0d8e62b4e5a79b048c908cce3a4d | |
parent | 4043f18fa32ec7d35300af3c1b7f78a023741709 (diff) |
Misc. rornaestved.jones.dk related files added.
-rw-r--r-- | bind/fake/ror.local | 23 | ||||
-rw-r--r-- | bind/named_RORNAESTVED_fake.conf | 1 | ||||
-rw-r--r-- | bind/named_debian.ror.local.conf | 1 |
3 files changed, 25 insertions, 0 deletions
diff --git a/bind/fake/ror.local b/bind/fake/ror.local new file mode 100644 index 0000000..68b75dd --- /dev/null +++ b/bind/fake/ror.local @@ -0,0 +1,23 @@ +$TTL 604800 +@ IN SOA localhost. root.localhost. ( + 1 ; Serial + 604800 ; Refresh + 86400 ; Retry + 2419200 ; Expire + 604800 ) ; Negative Cache TTL +; +@ IN 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 + +debian IN CNAME server diff --git a/bind/named_RORNAESTVED_fake.conf b/bind/named_RORNAESTVED_fake.conf new file mode 100644 index 0000000..615f01c --- /dev/null +++ b/bind/named_RORNAESTVED_fake.conf @@ -0,0 +1 @@ +zone "ror.local" { type master; file "/etc/local-COMMON/bind/fake/ror.local"; allow-transfer { none; }; }; diff --git a/bind/named_debian.ror.local.conf b/bind/named_debian.ror.local.conf new file mode 100644 index 0000000..e7dea21 --- /dev/null +++ b/bind/named_debian.ror.local.conf @@ -0,0 +1 @@ +include "/etc/local-COMMON/bind/named_RORNAESTVED_fake.conf"; |