X-Git-Url: http://git.onelab.eu/?p=transforward.git;a=blobdiff_plain;f=bind;h=99d59c7dba670e0e6c4f27ff85aff8c4bcc49ae2;hp=f0ce0e57524eab75026233cecd096e0951c5efc1;hb=HEAD;hpb=71b2cf441369c34aff3033d39e1c79e27bc39eb4 diff --git a/bind b/bind index f0ce0e5..99d59c7 100755 --- 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))