Add IPv6 comment to default config

Signed-off-by: Johannes Löthberg <johannes@kyriasis.com>
pull/1709/head
Johannes Löthberg 2016-12-18 23:14:32 +01:00
parent 1859af9b2a
commit f5cd5ebd7b
1 changed files with 4 additions and 0 deletions

View File

@ -159,6 +159,10 @@ class ServerConfig(Config):
# This will listen on all IPv4 addresses by default.
bind_addresses:
- '0.0.0.0'
# Uncomment to listen on all IPv6 interfaces
# N.B: On at least Linux this will also listen on all IPv4
# addresses, so you will need to comment out the line above.
# - '::'
# This is a 'http' listener, allows us to specify 'resources'.
type: http