MCPcopy Index your code
hub / github.com/sshuttle/sshuttle / _ipt

Method _ipt

sshuttle/methods/nat.py:25–26  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

23 table = "nat"
24
25 def _ipt(*args):
26 return ipt(family, table, *args)
27
28 def _ipm(*args):
29 return ipt(family, "mangle", *args)

Callers

nothing calls this directly

Calls 1

iptFunction · 0.90

Tested by

no test coverage detected