1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-01-16 02:46:44 +02:00

Merge pull request #1631 from toastboy70/bug/#1536

Change unbound logfile to the empty string
This commit is contained in:
Dario Ernst 2021-06-03 21:23:29 +02:00 committed by GitHub
commit 4dbefe8e3a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,7 +2,7 @@ server:
verbosity: 1
interface: 0.0.0.0
interface: ::0
logfile: /dev/stdout
logfile: ""
do-ip4: yes
do-ip6: yes
do-udp: yes