MCPcopy Create free account
hub / github.com/sshuttle/sshuttle / has_skip_loopback

Method has_skip_loopback

sshuttle/methods/pf.py:154–155  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

152
153 @staticmethod
154 def has_skip_loopback():
155 return b'skip' in pfctl('-s Interfaces -i lo -v')[0]
156
157
158class FreeBsd(Generic):

Callers 2

add_anchorsMethod · 0.80
add_anchorsMethod · 0.80

Calls 1

pfctlFunction · 0.70

Tested by

no test coverage detected