mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
![]() On some systems after disabling and enabling the interception, the DNS rule was not being re-added, with error: chain already exists. When the interception is disabled, we firstly remove the rules, and secondly if the chain and table is empty we try to remove them as well. However, on some systems even if "nft list ruleset" didn't list the chains to hold our rules, it failed with error "already exists". Before adding a chain now we check if it exists, and if it does we reuse it. Closes #781 |
||
---|---|---|
.. | ||
conman | ||
core | ||
dns | ||
firewall | ||
log | ||
netfilter | ||
netlink | ||
netstat | ||
procmon | ||
rule | ||
statistics | ||
ui | ||
.gitignore | ||
default-config.json | ||
go.mod | ||
Gopkg.toml | ||
main.go | ||
Makefile | ||
opensnitchd.service | ||
system-fw.json |