Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/sshuttle/sshuttle
/ set_firewall
Method
set_firewall
sshuttle/methods/__init__.py:43–44 ·
view source on GitHub ↗
(self, firewall)
Source
from the content-addressed store, hash-verified
41
self.name = name
42
43
def
set_firewall(self, firewall):
44
self.firewall = firewall
45
46
@staticmethod
47
def
get_supported_features():
Callers
2
test_get_tcp_dstip
Function · 0.80
__init__
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_get_tcp_dstip
Function · 0.64