1
0
mirror of https://github.com/Mailu/Mailu.git synced 2024-12-14 10:53:30 +02:00
Mailu/optional/unbound/unbound.conf
2021-11-23 10:17:51 +01:00

23 lines
498 B
Plaintext

server:
verbosity: 1
interface: 0.0.0.0
{{- ' interface: ::0' if SUBNET6 }}
logfile: ""
do-ip4: yes
do-ip6: {{ 'yes' if SUBNET6 else 'no' }}
do-udp: yes
do-tcp: yes
do-daemonize: no
access-control: {{ SUBNET }} allow
{%- if SUBNET6 %}
access-control: {{ SUBNET6 }} allow
{%- endif %}
directory: "/etc/unbound"
username: unbound
auto-trust-anchor-file: trusted-key.key
root-hints: "/etc/unbound/root.hints"
hide-identity: yes
hide-version: yes
cache-min-ttl: 300