mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-04-15 06:48:36 +02:00
Oops, left in a junk option that causes a crash without --dns.
This commit is contained in:
parent
0bf0351d9b
commit
f2297066e7
@ -365,7 +365,6 @@ def main(listenip, ssh_cmd, remotename, python, latency_control, dns,
|
|||||||
else:
|
else:
|
||||||
dnsport = 0
|
dnsport = 0
|
||||||
dnslistener = None
|
dnslistener = None
|
||||||
dnslistener.bind((listenip[0], 0))
|
|
||||||
|
|
||||||
fw = FirewallClient(listenip[1], subnets_include, subnets_exclude, dnsport)
|
fw = FirewallClient(listenip[1], subnets_include, subnets_exclude, dnsport)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user