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 /bind/fake | |
parent | 4043f18fa32ec7d35300af3c1b7f78a023741709 (diff) |
Misc. rornaestved.jones.dk related files added.
Diffstat (limited to 'bind/fake')
-rw-r--r-- | bind/fake/ror.local | 23 |
1 files changed, 23 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 |