[Unbound] Fix logging, fixes #585

[Rspamd] Fix permissions of controller password file
[Unbound] Enable unbound-control
This commit is contained in:
André
2018-09-30 14:43:18 +02:00
parent b008211f52
commit cdca603ff5
4 changed files with 16 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ server:
verbosity: 1
interface: 0.0.0.0
interface: ::0
logfile: /dev/stdout
logfile: /dev/console
do-ip4: yes
do-ip6: yes
do-udp: yes
@@ -27,3 +27,12 @@ server:
hide-version: yes
max-udp-size: 4096
msg-buffer-size: 65552
remote-control:
control-enable: yes
control-interface: 127.0.0.1
control-port: 8953
server-key-file: "/etc/unbound/unbound_server.key"
server-cert-file: "/etc/unbound/unbound_server.pem"
control-key-file: "/etc/unbound/unbound_control.key"
control-cert-file: "/etc/unbound/unbound_control.pem"