Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ _ipm
Method
_ipm
sshuttle/methods/nat.py:28–29 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
26
return
ipt(family, table, *args)
27
28
def
_ipm(*args):
29
return
ipt(family,
"mangle"
, *args)
30
31
chain =
'sshuttle-%s'
% port
32
Callers
nothing calls this directly
Calls
1
ipt
Function · 0.90
Tested by
no test coverage detected