mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-12-23 03:02:52 +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.
|
||||
# this should be in /etc/unbound/unbound.conf.d/root-auto-trust-anchor-file.conf
|
||||
# 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
|
||||
interface: ::1
|
||||
#interface: ::1
|
||||
access-control: ::1 allow
|
||||
port: 53
|
||||
# logging
|
||||
|
Loading…
Reference in New Issue
Block a user