diff options
Diffstat (limited to 'bind/master/db.local')
-rw-r--r-- | bind/master/db.local | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/bind/master/db.local b/bind/master/db.local deleted file mode 100644 index 2f272d4..0000000 --- a/bind/master/db.local +++ /dev/null @@ -1,14 +0,0 @@ -; -; BIND data file for local loopback interface -; -$TTL 604800 -@ IN SOA localhost. root.localhost. ( - 2 ; Serial - 604800 ; Refresh - 86400 ; Retry - 2419200 ; Expire - 604800 ) ; Negative Cache TTL -; -@ IN NS localhost. -@ IN A 127.0.0.1 -@ IN AAAA ::1 |