mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-08-09 15:54:56 +02:00
Changed one place where the Exception text was still tproxy to ipfw.
This commit is contained in:
@ -216,7 +216,7 @@ class Method(BaseMethod):
|
|||||||
def restore_firewall(self, port, family, udp, user):
|
def restore_firewall(self, port, family, udp, user):
|
||||||
if family not in [socket.AF_INET]:
|
if family not in [socket.AF_INET]:
|
||||||
raise Exception(
|
raise Exception(
|
||||||
'Address family "%s" unsupported by tproxy method'
|
'Address family "%s" unsupported by ipfw method'
|
||||||
% family_to_string(family))
|
% family_to_string(family))
|
||||||
|
|
||||||
ipfw_noexit('delete', '1')
|
ipfw_noexit('delete', '1')
|
||||||
|
Reference in New Issue
Block a user