summaryrefslogtreecommitdiffstats
path: root/testing/bind/bind.localhost.zone
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2012-03-09 14:14:18 +0000
committerFabian Affolter <fabian@affolter-engineering.ch>2012-03-09 14:14:18 +0000
commitf43c7bfc8aea4be004ca2907491e18fac1d6ea86 (patch)
tree97dff11e37e9a30275c8af0ca423138ee8d18012 /testing/bind/bind.localhost.zone
parentd2ee3e5212c39a5a5bae4078ff3592f8d874147d (diff)
parentfdc032ee84a0277f1e2b444deb489cda1ad76ae6 (diff)
downloadaports-f43c7bfc8aea4be004ca2907491e18fac1d6ea86.tar.bz2
aports-f43c7bfc8aea4be004ca2907491e18fac1d6ea86.tar.xz
Merge branch 'master' of git://git.alpinelinux.org/aports
Diffstat (limited to 'testing/bind/bind.localhost.zone')
-rw-r--r--testing/bind/bind.localhost.zone11
1 files changed, 11 insertions, 0 deletions
diff --git a/testing/bind/bind.localhost.zone b/testing/bind/bind.localhost.zone
new file mode 100644
index 000000000..338d7050c
--- /dev/null
+++ b/testing/bind/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