aboutsummaryrefslogtreecommitdiffstats
path: root/extra/bind/bind.localhost.zone
diff options
context:
space:
mode:
Diffstat (limited to 'extra/bind/bind.localhost.zone')
-rw-r--r--extra/bind/bind.localhost.zone11
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/bind/bind.localhost.zone b/extra/bind/bind.localhost.zone
deleted file mode 100644
index 338d7050ca..0000000000
--- a/extra/bind/bind.localhost.zone
+++ /dev/null
@@ -1,11 +0,0 @@
-$TTL 1W
-@ IN SOA ns.localhost. root.localhost. (
- 2002081601 ; Serial
- 28800 ; Refresh
- 14400 ; Retry
- 604800 ; Expire - 1 week
- 86400 ) ; Minimum
-@ IN NS ns
-ns IN A 127.0.0.1
-
-ns IN AAAA ::1