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