server: | |
interface: 127.0.0.1 | |
port: 53 | |
do-ip4: yes | |
do-udp: yes | |
do-tcp: yes | |
do-ip6: no | |
access-control: 0.0.0.0/0 deny | |
access-control: 127.0.0.0/8 allow | |
verbosity: 1 | |
val-log-level: 2 | |
harden-dnssec-stripped: yes | |
hide-identity: yes | |
hide-version: yes | |
cache-min-ttl: 3600 | |
cache-max-ttl: 86400 | |
root-hints: "/etc/unbound/root.hints" | |
auto-trust-anchor-file: "/etc/unbound/root.key" | |
username: unbound | |
remote-control: | |
control-enable: no | |
control-interface: 127.0.0.1 | |
control-port: 8953 |
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.