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

Method _ipt

sshuttle/methods/tproxy.py:125–126  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

123 table = "mangle"
124
125 def _ipt(*args):
126 return ipt(family, table, *args)
127
128 def _ipt_proto_ports(proto, fport, lport):
129 return proto + ('--dport', '%d:%d' % (fport, lport)) \

Callers

nothing calls this directly

Calls 1

iptFunction · 0.90

Tested by

no test coverage detected