]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Windows example service.conf edited with more windows specific
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 19 Jun 2018 09:57:39 +0000 (09:57 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Tue, 19 Jun 2018 09:57:39 +0000 (09:57 +0000)
  configuration.

git-svn-id: file:///svn/unbound/trunk@4744 be551aaa-1e26-0410-a405-d3ace91eadb9

doc/Changelog
winrc/service.conf

index c1e3f2d6119f1668388887d957ac03d582f2642d..02c231ebec1351777989870a00b243946536a33b 100644 (file)
@@ -1,6 +1,8 @@
 19 June 2018: Wouter
        - Fix for unbound-control on Windows and set TCP socket parameters
          more closely.
+       - Windows example service.conf edited with more windows specific
+         configuration.
 
 18 June 2018: Wouter
        - Fix that control-use-cert: no works for 127.0.0.1 to disable certs.
index e0118a63a91ecab5a608c6a4e692d16eddf0c5e0..32c778e79b6995d2df50cc8419684f443ebcbc07 100644 (file)
@@ -4,10 +4,25 @@ server:
        # verbosity level 0-4 of logging
        verbosity: 0
 
+       # On windows you may want to make all the paths relative to the
+       # directory that has the executable in it (unbound.exe).  Use this.
+       #directory: "%EXECUTABLE%"
+
        # if you want to log to a file use
        #logfile: "C:\unbound.log"
+       # or use "unbound.log" and the directory clause above to put it in
+       # the directory where the executable is.
 
        # on Windows, this setting makes reports go into the Application log
        # found in ControlPanels - System tasks - Logs 
        #use-syslog: yes
 
+       # on Windows, this setting adds the certificates from the Windows
+       # Cert Store.  For when you want to use forwarders with TLS.
+       #tls-win-cert: yes
+
+remote-control:
+       # If you want to use unbound-control.exe from the command line, use
+       #control-enable: yes
+       #control-interface: 127.0.0.1
+       #control-use-cert: no