From ecdf600945148fb5ebccd179c354578e391ba98b Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Mon, 5 Mar 2012 08:15:50 +0000 Subject: testing/bind: test bind-9.9 --- testing/bind/bind.localhost.zone | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 testing/bind/bind.localhost.zone (limited to 'testing/bind/bind.localhost.zone') 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 -- cgit v1.2.3