Skip to content
Snippets Groups Projects
Commit dbf0761d authored by psy's avatar psy
Browse files

listen on v6 as well

parent ee383f59
Branches
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ if __name__ == '__main__':
'synapse_url': os.environ.get('SYNAPSE_URL')
}
start_http_server(config['port'])
start_http_server(config['port'], addr='::')
while True:
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment