1# Unbound configuration file on windows.
2# See example.conf for more settings and syntax
3server:
4	# verbosity level 0-4 of logging
5	verbosity: 0
6
7	# On windows you may want to make all the paths relative to the
8	# directory that has the executable in it (unbound.exe).  Use this.
9	#directory: "%EXECUTABLE%"
10
11	# if you want to log to a file use
12	#logfile: "C:\unbound.log"
13	# or use "unbound.log" and the directory clause above to put it in
14	# the directory where the executable is.
15
16	# on Windows, this setting makes reports go into the Application log
17	# found in ControlPanels - System tasks - Logs
18	#use-syslog: yes
19
20	# on Windows, this setting adds the certificates from the Windows
21	# Cert Store.  For when you want to use forwarders with TLS.
22	#tls-win-cert: yes
23
24remote-control:
25	# If you want to use unbound-control.exe from the command line, use
26	#control-enable: yes
27	#control-interface: 127.0.0.1
28	#control-use-cert: no
29
30