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
9# Listen on a specific address, supports IPv4 and IPv69# Listen on a specific address, supports IPv4 and IPv6
10listenAddress:10listenAddress:
11 ipv4: 0.0.0.011 ipv4: 0.0.0.0
12 ipv6: [::]12 ipv6: '[::]'
13# Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled!13# Enables IPv6 and/or IPv4 protocols. Need to have at least one enabled!
14# - Use option "auto" to automatically detect support14# - Use option "auto" to automatically detect support
15# - Use true or false (no qoutes) to enable or disable each protocol15# - Use true or false (no qoutes) to enable or disable each protocol