make socks proxy work on windows
This commit is contained in:
@@ -15,7 +15,7 @@ class MyTCPServer(ThreadingTCPServer):
|
|||||||
allow_reuse_address = True
|
allow_reuse_address = True
|
||||||
CLOSE = object()
|
CLOSE = object()
|
||||||
|
|
||||||
logging.basicConfig(filename='/dev/stderr', level=logging.INFO)
|
logging.basicConfig(stream=sys.stderr, level=logging.INFO)
|
||||||
|
|
||||||
VERSION = '\x05'
|
VERSION = '\x05'
|
||||||
NOAUTH = '\x00'
|
NOAUTH = '\x00'
|
||||||
|
Reference in New Issue
Block a user