MCPcopy
hub / github.com/evilsocket/opensnitch / Stop

Function Stop

daemon/firewall/rules.go:149–154  ·  view source on GitHub ↗

Stop deletes the firewall rules, allowing network traffic.

()

Source from the content-addressed store, hash-verified

147
148// Stop deletes the firewall rules, allowing network traffic.
149func Stop() {
150 if fw == nil {
151 return
152 }
153 fw.Stop()
154}
155
156// SaveConfiguration saves configuration string to disk
157func SaveConfiguration(rawConfig []byte) error {

Callers 1

ReloadFunction · 0.70

Calls 1

StopMethod · 0.65

Tested by

no test coverage detected