mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-01-10 20:32:35 +01:00
unbound: fix interfaces
This commit is contained in:
parent
6dd5f2aabd
commit
04ccc1ba14
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user