Proxytunnel can't work outside port 443 anyway...

crash2
Geoffrey Frogeye 2016-11-02 13:48:33 +01:00
parent 80a60de4b1
commit fbcd9ec19a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ try:
user = None
if len(s) == 2:
user, proxy = s
args = ['proxytunnel', '-p', proxy, '-d', host + ':' + port]
args = ['proxytunnel', '-p', proxy, '-d', host + ':' + '443']
if user:
args += ['-P', user]
call(args)