summaryrefslogtreecommitdiffstats
path: root/named.loopback
diff options
context:
space:
mode:
authorAdam Tkac <atkac@fedoraproject.org>2007-06-14 15:13:02 +0000
committerAdam Tkac <atkac@fedoraproject.org>2007-06-14 15:13:02 +0000
commit466246e734b17caeaa1c34e2d61d15a665194cc1 (patch)
treec36066d5ddd44b89826ade8a4f1e2a5ff4a070cc /named.loopback
parent388af22aff3fc21ff1c1376f729d27d1d7555332 (diff)
- 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
Diffstat (limited to 'named.loopback')
-rw-r--r--named.loopback9
1 files changed, 9 insertions, 0 deletions
diff --git a/named.loopback b/named.loopback
new file mode 100644
index 0000000..1f69aa9
--- /dev/null
+++ b/named.loopback
@@ -0,0 +1,9 @@
+$TTL 1D
+@ IN SOA localhost. root.localhost. (
+ 0 ; serial
+ 3H ; refresh
+ 1H ; retry
+ 1W ; expire
+ 3H ) ; minimum
+ IN NS localhost.
+ IN PTR localhost.