forked from crazy-max/docker-unbound
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathunbound.conf
More file actions
32 lines (24 loc) · 661 Bytes
/
unbound.conf
File metadata and controls
32 lines (24 loc) · 661 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
server:
verbosity: 1
statistics-interval: 600
statistics-cumulative: yes
interface: 0.0.0.0@5053
do-ip4: yes
do-ip6: no
do-udp: yes
do-tcp: yes
do-daemonize: no
access-control: 10.0.0.0/8 allow
access-control: 127.0.0.0/8 allow
access-control: 172.16.0.0/12 allow
access-control: 192.168.0.0/16 allow
private-address: 10.0.0.0/8
private-address: 169.254.0.0/16
private-address: 172.16.0.0/12
private-address: 192.168.0.0/16
directory: "/etc/unbound"
logfile: ""
pidfile: "/var/run/unbound/unbound.pid"
identity: "docker-unbound"
auto-trust-anchor-file: "/var/run/unbound/root.key"
include: "/config/*.conf"