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