MCPcopy Create free account
hub / github.com/apenwarr/sshuttle / ipt

Function ipt

firewall.py:42–44  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

40
41
42def ipt(*args):
43 argv = ['iptables', '-t', 'nat'] + list(args)
44 _call(argv)
45
46
47_no_ttl_module = False

Callers 2

ipt_ttlFunction · 0.85
do_iptablesFunction · 0.85

Calls 1

_callFunction · 0.85

Tested by

no test coverage detected