try to listen on ipv6 as well
This commit is contained in:
parent
5048243b66
commit
dbad285bff
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue