diff options
author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-09-10 16:31:49 +0000 |
---|---|---|
committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-09-10 16:31:49 +0000 |
commit | 4aea2433fa04a7a86c8972869bd021b7a3622dc8 (patch) | |
tree | 7f4f9830855c0cb429f2c902b18e688a8020f299 /doc/example.conf.in | |
parent | 7b6fdf425a9ef38fe9e16779b3af25863104d9c0 (diff) | |
download | src-test2-4aea2433fa04a7a86c8972869bd021b7a3622dc8.tar.gz src-test2-4aea2433fa04a7a86c8972869bd021b7a3622dc8.zip |
Notes
Diffstat (limited to 'doc/example.conf.in')
-rw-r--r-- | doc/example.conf.in | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/example.conf.in b/doc/example.conf.in index 072bd8d21138..be83bdacc21c 100644 --- a/doc/example.conf.in +++ b/doc/example.conf.in @@ -1,7 +1,7 @@ # # Example configuration file. # -# See unbound.conf(5) man page, version 1.7.2. +# See unbound.conf(5) man page, version 1.7.3. # # this is a comment. @@ -686,7 +686,7 @@ server: # tls-win-cert: no # Also serve tls on these port numbers (eg. 443, ...), by listing - # tls-additional-ports: portno for each of the port numbers. + # tls-additional-port: portno for each of the port numbers. # DNS64 prefix. Must be specified when DNS64 is use. # Enable dns64 in module-config. Used to synthesize IPv6 from IPv4. @@ -774,18 +774,20 @@ remote-control: # set up the keys and certificates with unbound-control-setup. # control-enable: no - # Set to no and use an absolute path as control-interface to use - # a unix local named pipe for unbound-control. - # control-use-cert: yes - # what interfaces are listened to for remote control. # give 0.0.0.0 and ::0 to listen to all interfaces. + # set to an absolute path to use a unix local name pipe, certificates + # are not used for that, so key and cert files need not be present. # control-interface: 127.0.0.1 # control-interface: ::1 # port number for remote control operations. # control-port: 8953 + # for localhost, you can disable use of TLS by setting this to "no" + # For local sockets this option is ignored, and TLS is not used. + # control-use-cert: "yes" + # unbound server key file. # server-key-file: "@UNBOUND_RUN_DIR@/unbound_server.key" |