From 0cd02aa18f76fca3a52a81df26804036142b80f2 Mon Sep 17 00:00:00 2001 From: jvdias Date: Tue, 7 Mar 2006 04:25:38 +0000 Subject: - replace caching-nameserver with bind-config sub-package - fix bug 181730: fix creation of named user & gid - fix bug 177595: handle case where $ROOTDIR is a link in initscript - fix bug 177001: bind-config creates symlinks OK now - fix bug 176388: named.conf is now never replaced by any RPM - fix bug 176246: remove unecessary creation of rpmsave links - fix bug 174925: no replacement of named.conf - fix bug 173963: existing named.conf never modified - major .spec file cleanup --- localhost.zone | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 localhost.zone (limited to 'localhost.zone') diff --git a/localhost.zone b/localhost.zone new file mode 100644 index 0000000..61b70d6 --- /dev/null +++ b/localhost.zone @@ -0,0 +1,12 @@ +$TTL 86400 +@ IN SOA @ root ( + 42 ; serial (d. adams) + 3H ; refresh + 15M ; retry + 1W ; expiry + 1D ) ; minimum + + IN NS @ + IN A 127.0.0.1 + IN AAAA ::1 + -- cgit