mirror of
https://github.com/sshuttle/sshuttle.git
synced 2025-06-06 18:06:48 +02:00
Indent the else to the same level as its if.
This commit is contained in:
parent
f65a51bbee
commit
7c1f2b08cf
@ -210,8 +210,8 @@ class Method(BaseMethod):
|
|||||||
reverse=True):
|
reverse=True):
|
||||||
if sexclude:
|
if sexclude:
|
||||||
ipfw('table', '125', 'add', '%s/%s' % (snet, swidth))
|
ipfw('table', '125', 'add', '%s/%s' % (snet, swidth))
|
||||||
else:
|
else:
|
||||||
ipfw('table', '126', 'add', '%s/%s' % (snet, swidth))
|
ipfw('table', '126', 'add', '%s/%s' % (snet, swidth))
|
||||||
|
|
||||||
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]:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user