diff options
author | Nick Hadaway <raker@gentoo.org> | 2003-02-15 05:43:14 +0000 |
---|---|---|
committer | Nick Hadaway <raker@gentoo.org> | 2003-02-15 05:43:14 +0000 |
commit | 07a5711031be5897ac2a2a2df5b9d1e3cb217bd0 (patch) | |
tree | 61cf71cc59a745581127f1e623a288bbf57995a5 /net-dns/bind/files/127 | |
parent | spurious dot (diff) | |
download | gentoo-2-07a5711031be5897ac2a2a2df5b9d1e3cb217bd0.tar.gz gentoo-2-07a5711031be5897ac2a2a2df5b9d1e3cb217bd0.tar.bz2 gentoo-2-07a5711031be5897ac2a2a2df5b9d1e3cb217bd0.zip |
version bump for a more robust localhost config
Diffstat (limited to 'net-dns/bind/files/127')
-rw-r--r-- | net-dns/bind/files/127 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-dns/bind/files/127 b/net-dns/bind/files/127 new file mode 100644 index 000000000000..eeb2af97c524 --- /dev/null +++ b/net-dns/bind/files/127 @@ -0,0 +1,11 @@ +$ORIGIN 127.in-addr.arpa. +$TTL 1W +@ 1D IN SOA localhost. root.localhost. ( + 2002081601 ; serial + 3H ; refresh + 15M ; retry + 1W ; expiry + 1D ) ; minimum + + 1D IN NS localhost. +* 1D IN PTR localhost. |