diff options
Diffstat (limited to 'bind/fake')
-rw-r--r-- | bind/fake/LOCALHOST.LOCAL | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/bind/fake/LOCALHOST.LOCAL b/bind/fake/LOCALHOST.LOCAL new file mode 100644 index 0000000..64ebba5 --- /dev/null +++ b/bind/fake/LOCALHOST.LOCAL @@ -0,0 +1,13 @@ +$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 localhost. +@ IN A 127.0.0.1 +* IN A 127.0.0.1 |