summaryrefslogtreecommitdiffstats
path: root/localhost.zone
diff options
context:
space:
mode:
authorjvdias <jvdias@fedoraproject.org>2006-03-07 04:25:38 +0000
committerjvdias <jvdias@fedoraproject.org>2006-03-07 04:25:38 +0000
commit26a0eb86d22dbbf5984602f24fe3e314fe4a4c6d (patch)
treea1174fde0a5f5f3bee23066d7e25f51375432a7d /localhost.zone
parent6d4b284de2d74dfd63818916cb5dfe40139d66f0 (diff)
- 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
Diffstat (limited to 'localhost.zone')
-rw-r--r--localhost.zone12
1 files changed, 12 insertions, 0 deletions
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
+