Setting tag transforward-0.1-12
[transforward.git] / bind
diff --git a/bind b/bind
index f0ce0e5..99d59c7 100755 (executable)
--- a/bind
+++ b/bind
@@ -1,6 +1,9 @@
+#!/usr/bin/python
+
 import socket
 
 host = '128.112.95.146'                 
+#host = '0.0.0.0'
 port = 13412
 s = socket.socket()
 print s.bind((host,port))