Skip to content

Commit 8360496

Browse files
committed
Fix Synapse dual-stack bind warning: pin listener to 0.0.0.0
Made-with: Cursor
1 parent 959fef3 commit 8360496

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

apps/matrix/config/homeserver.yaml.default

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ pid_file: /data/homeserver.pid
1010

1111
listeners:
1212
- port: 8008
13+
bind_addresses: ['0.0.0.0']
1314
tls: false
1415
type: http
1516
x_forwarded: true

0 commit comments

Comments
 (0)