Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save russau/5aef63cb1673b5f8a1c7 to your computer and use it in GitHub Desktop.
Save russau/5aef63cb1673b5f8a1c7 to your computer and use it in GitHub Desktop.
From e7f545ea97c654ee4a5c3e1dbaf70a900a620958 Mon Sep 17 00:00:00 2001
From: russ <russell.sayers@gmail.com>
Date: Sun, 27 Sep 2015 22:23:42 +0000
Subject: [PATCH] Listen on the public network interface
---
example/app.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/example/app.py b/example/app.py
index f20380b..9639e58 100644
--- a/example/app.py
+++ b/example/app.py
@@ -103,4 +103,4 @@ def test_disconnect():
if __name__ == '__main__':
- socketio.run(app)
+ socketio.run(app, '0.0.0.0')
--
1.7.9.5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment