Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
42
def
ipt(*args):
43
argv = [
'iptables'
,
'-t'
,
'nat'
] + list(args)
44
_call(argv)
45
46
47
_no_ttl_module = False
Callers
2
ipt_ttl
Function · 0.85
do_iptables
Function · 0.85
Calls
1
_call
Function · 0.85
Tested by
no test coverage detected