Browse Source

Change the hardcoded listen addr in netipy.py

Yann Weber 9 years ago
parent
commit
3325e8ee16
1 changed files with 1 additions and 2 deletions
  1. 1
    2
      install/netipy.py

+ 1
- 2
install/netipy.py View File

@@ -15,8 +15,7 @@ import signal
15 15
 
16 16
 PORT = 1337
17 17
 #BIND = None
18
-#BIND = 'localhost'
19
-BIND = '147.94.79.182'
18
+BIND = 'localhost'
20 19
 THREAD_COUNT = 10
21 20
 SOCK_TIMEOUT = 5
22 21
 

Loading…
Cancel
Save