try to listen on ipv6 as well

This commit is contained in:
Sebastian Hugentobler 2022-11-20 14:11:32 +01:00
parent 5048243b66
commit dbad285bff
Signed by: shu
GPG Key ID: BB32CF3CA052C2F0

View File

@ -32,7 +32,7 @@ appservice:
tls_key: false
# The hostname and port where this appservice should listen.
hostname: ::
hostname: [::]
port: 29317
# The maximum body size of appservice API requests (from the homeserver) in mebibytes
# Usually 1 is enough, but on high-traffic bridges you might need to increase this to avoid 413s