MCPcopy 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
253def ipfw(*args):
254 argv = ['ipfw', '-q'] + list(args)
255 _call(argv)
256
257
258def do_ipfw(port, dnsport, subnets):

Callers 1

do_ipfwFunction · 0.85

Calls 1

_callFunction · 0.85

Tested by

no test coverage detected