Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apenwarr/sshuttle
/ ipfw
Function
ipfw
firewall.py:253–255 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
251
252
253
def
ipfw(*args):
254
argv = [
'ipfw'
,
'-q'
] + list(args)
255
_call(argv)
256
257
258
def
do_ipfw(port, dnsport, subnets):
Callers
1
do_ipfw
Function · 0.85
Calls
1
_call
Function · 0.85
Tested by
no test coverage detected