From e9042b6355f6502f30f5d4b8dbf61cf01a2fd3ee Mon Sep 17 00:00:00 2001 From: Adam Tkac Date: Thu, 14 Jun 2007 15:13:02 +0000 Subject: - major changes in initscript. Could be LSB compatible - removed caching-nameserver subpackage and move configfiles from there into main bind package as default configuration - major changes in default configuration --- named.localhost | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 named.localhost (limited to 'named.localhost') diff --git a/named.localhost b/named.localhost new file mode 100644 index 0000000..26d4f87 --- /dev/null +++ b/named.localhost @@ -0,0 +1,10 @@ +$TTL 1D +@ IN SOA localhost. root.localhost. ( + 0 ; serial + 3H ; refresh + 1H ; retry + 1W ; expire + 3H ) ; minimum +@ IN NS localhost. +@ IN A 127.0.0.1 +@ IN AAAA ::1 -- cgit