unbound: fix interfaces

This commit is contained in:
Mikaela Suomalainen 2014-12-29 12:55:37 +02:00
parent 6dd5f2aabd
commit 04ccc1ba14
1 changed files with 2 additions and 2 deletions

View File

@ -4,9 +4,9 @@ server:
# perform cryptographic DNSSEC validation using the root trust anchor. # perform cryptographic DNSSEC validation using the root trust anchor.
# this should be in /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf # this should be in /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf
# auto-trust-anchor-file: "/var/lib/unbound/root.key" # auto-trust-anchor-file: "/var/lib/unbound/root.key"
interface: 127.0.0.1 #interface: 127.0.0.1
access-control: 127.0.0.0/8 allow access-control: 127.0.0.0/8 allow
interface: ::1 #interface: ::1
access-control: ::1 allow access-control: ::1 allow
port: 53 port: 53
# logging # logging