aboutsummaryrefslogtreecommitdiffstats
path: root/main/bind/localhost.zone
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-14 21:23:21 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-14 21:23:57 +0000
commit0c2a46ee5cde03ff37028a190db9bc68524d5f8c (patch)
treed56a278a53d8ab3afaf016aca60eba197ef38f12 /main/bind/localhost.zone
parente2a0a41ad891af0c727155d1a1e2d69b13480f14 (diff)
downloadaports-0c2a46ee5cde03ff37028a190db9bc68524d5f8c.tar.bz2
aports-0c2a46ee5cde03ff37028a190db9bc68524d5f8c.tar.xz
main/bind: cleanup and fix named.initd stop
Diffstat (limited to 'main/bind/localhost.zone')
-rw-r--r--main/bind/localhost.zone11
1 files changed, 11 insertions, 0 deletions
diff --git a/main/bind/localhost.zone b/main/bind/localhost.zone
new file mode 100644
index 0000000000..338d7050ca
--- /dev/null
+++ b/main/bind/localhost.zone
@@ -0,0 +1,11 @@
+$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