mirror of
https://github.com/Mailu/Mailu.git
synced 2025-01-04 00:16:14 +02:00
5e32447f07
This is defined to send log messages to stderr, which is what we want - fixes #1536 ("Could not open logfile /dev/stdout: Permission denied")
20 lines
404 B
Plaintext
20 lines
404 B
Plaintext
server:
|
|
verbosity: 1
|
|
interface: 0.0.0.0
|
|
interface: ::0
|
|
logfile: ""
|
|
do-ip4: yes
|
|
do-ip6: yes
|
|
do-udp: yes
|
|
do-tcp: yes
|
|
do-daemonize: no
|
|
access-control: {{ SUBNET }} allow
|
|
directory: "/etc/unbound"
|
|
username: unbound
|
|
auto-trust-anchor-file: trusted-key.key
|
|
root-hints: "/etc/unbound/root.hints"
|
|
hide-identity: yes
|
|
hide-version: yes
|
|
max-udp-size: 4096
|
|
msg-buffer-size: 65552
|