]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - config/unbound/unbound.conf
Merge branch 'next'
[people/pmueller/ipfire-2.x.git] / config / unbound / unbound.conf
index 5193dd93123f9c0e2c6446ad32a7a052df07b474..3f724d8f76a81027a3a2b6542fb086a149010229 100644 (file)
@@ -62,21 +62,15 @@ server:
        use-caps-for-id: no
 
        # Listen on all interfaces
+       interface-automatic: yes
        interface: 0.0.0.0
 
-       # Deny access from everywhere
-       access-control: 0.0.0.0/0 refuse
-
-       # Allow access from localhost
-       access-control: 127.0.0.0/8 allow
+       # Allow access from everywhere
+       access-control: 0.0.0.0/0 allow
 
        # Bootstrap root servers
        root-hints: "/etc/unbound/root.hints"
 
-       # IPFire interface configuration
-       include: "/etc/unbound/interfaces.conf"
-       interface-automatic: no
-
        # Include DHCP leases
        include: "/etc/unbound/dhcp-leases.conf"