diff --git a/server.py b/server.py index 5eb0ad3..3113ddb 100644 --- a/server.py +++ b/server.py @@ -264,5 +264,5 @@ def relay(): # Run the Hypercorn ASGI server conf = Config() -conf.bind = ":2009" +conf.bind = ["0.0.0.0:2009", "[::]:2009"] asyncio.run(serve(app, conf)) \ No newline at end of file