diff options
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 |