From b70981b68efcce5256eb11c6cd26ae123b10b6ea Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 24 Jul 2009 08:01:31 +0000 Subject: moved extra/* to main/ and fixed misc build issues --- main/bind/bind.localhost.zone | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 main/bind/bind.localhost.zone (limited to 'main/bind/bind.localhost.zone') diff --git a/main/bind/bind.localhost.zone b/main/bind/bind.localhost.zone new file mode 100644 index 0000000000..338d7050ca --- /dev/null +++ b/main/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