Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
158
class
FreeBsd(Generic):
Callers
2
add_anchors
Method · 0.80
add_anchors
Method · 0.80
Calls
1
pfctl
Function · 0.70
Tested by
no test coverage detected