summaryrefslogtreecommitdiff
path: root/etc/bind/named-dual.conf
diff options
context:
space:
mode:
authorTodd T. Fries <todd@cvs.openbsd.org>2003-02-27 14:44:05 +0000
committerTodd T. Fries <todd@cvs.openbsd.org>2003-02-27 14:44:05 +0000
commit48871145910bc8dd7aa9c67ac6d560f248bd1999 (patch)
treef9b7ac894213fae6aee4c1ef3aabce24c2389c34 /etc/bind/named-dual.conf
parenta5870979af1de1da48d108c2a9204a19b8074ed8 (diff)
add ::1 to the clients acl (recursion should work from localhost)
ok jakob@
Diffstat (limited to 'etc/bind/named-dual.conf')
-rw-r--r--etc/bind/named-dual.conf6
1 files changed, 4 insertions, 2 deletions
diff --git a/etc/bind/named-dual.conf b/etc/bind/named-dual.conf
index 0c2f2a97725..a7a7c346f41 100644
--- a/etc/bind/named-dual.conf
+++ b/etc/bind/named-dual.conf
@@ -1,4 +1,4 @@
-// $OpenBSD: named-dual.conf,v 1.3 2003/02/18 09:41:07 jakob Exp $
+// $OpenBSD: named-dual.conf,v 1.4 2003/02/27 14:44:04 todd Exp $
//
// Example file for a named configuration with dual views,
// one processing recursive queries only and one processing
@@ -7,10 +7,12 @@
// Update this list to include only the networks for which you want
// to execute recursive queries. The default setting allows all hosts
-// on any IPv4 networks for which the system has an interface.
+// on any IPv4 networks for which the system has an interface, and
+// the IPv6 localhost address.
//
acl clients {
localnets;
+ ::1;
};
options {