try to listen on ipv6 as well
This commit is contained in:
parent
5048243b66
commit
dbad285bff
@ -32,7 +32,7 @@ appservice:
|
|||||||
tls_key: false
|
tls_key: false
|
||||||
|
|
||||||
# The hostname and port where this appservice should listen.
|
# The hostname and port where this appservice should listen.
|
||||||
hostname: ::
|
hostname: [::]
|
||||||
port: 29317
|
port: 29317
|
||||||
# The maximum body size of appservice API requests (from the homeserver) in mebibytes
|
# 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
|
# Usually 1 is enough, but on high-traffic bridges you might need to increase this to avoid 413s
|
||||||
|
Loading…
Reference in New Issue
Block a user