aboutsummaryrefslogtreecommitdiffstats
path: root/testing/bind/bind.localhost.zone
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2012-03-05 08:15:50 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2012-03-05 08:17:22 +0000
commitecdf600945148fb5ebccd179c354578e391ba98b (patch)
tree257fe2cae9d4ecc4e4db92cf1eb60d17b4405306 /testing/bind/bind.localhost.zone
parentc3a257366b378d7dbe184159e96dd72210fee7cd (diff)
downloadaports-ecdf600945148fb5ebccd179c354578e391ba98b.tar.bz2
aports-ecdf600945148fb5ebccd179c354578e391ba98b.tar.xz
testing/bind: test bind-9.9
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 0000000000..338d7050ca
--- /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