Fix default config for IPv6

b029ae98dc06baca3c725e434a846d8f90f3b311

Kristan Schlikow <kristian@schlikow.de>

Signed
1 files changed, +1 -1Ignore whitespace
default/config.yaml+1 -1
@@ -9,7 +9,7 @@ listen: false
99# Listen on a specific address, supports IPv4 and IPv6
1010listenAddress:
1111 ipv4: 0.0.0.0
1212 ipv6: '[::]'
1313# Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled!
1414# - Use option "auto" to automatically detect support
1515# - Use true or false (no qoutes) to enable or disable each protocol