Proxytunnel can't work outside port 443 anyway...
This commit is contained in:
parent
80a60de4b1
commit
fbcd9ec19a
|
@ -19,7 +19,7 @@ try:
|
||||||
user = None
|
user = None
|
||||||
if len(s) == 2:
|
if len(s) == 2:
|
||||||
user, proxy = s
|
user, proxy = s
|
||||||
args = ['proxytunnel', '-p', proxy, '-d', host + ':' + port]
|
args = ['proxytunnel', '-p', proxy, '-d', host + ':' + '443']
|
||||||
if user:
|
if user:
|
||||||
args += ['-P', user]
|
args += ['-P', user]
|
||||||
call(args)
|
call(args)
|
||||||
|
|
Loading…
Reference in a new issue