some fixes, and dns debugging on bk
[distro-setup] / machine_specific / bitfolk / filesystem / etc / unbound / unbound.conf.d / ian.conf
1 server:
2
3 # Based on reading the manual, it seems these log options would create
4 # duplicative logs to verbosity 4, but they may also be less verbose and
5 # have the info we want. dunno, maybe try it sometime.
6 #
7 #log-queries: yes
8 #log-replies: yes
9 #log-tag-queryreply: yes
10 #log-servfail: yes
11 #val-log-level: 1
12
13 ## This is very verbose, fills up 4g of logs in 8 hours on bk.b8.nz. I think
14 ## it leads to spamassassin dns timeout (1 second) when the system first
15 ## starts.
16 verbosity: 4
17 logfile: /dev/shm/u.log
18 log-time-ascii: yes
19
20
21
22 interface: 127.0.0.1
23 interface: ::1
24 interface: 10.173.8.1
25 # from https://nlnetlabs.nl/documentation/unbound/unbound.conf/
26 # it is unclear if we want both or one of these.
27 ip-transparent: yes
28 ip-freebind: yes
29
30 access-control: 10.173.8.0/24 allow