opensnitch/daemon/ui
Gustavo Iñiguez Goia ba7c4e1878 allow to configure what firewall to use
Before this change, we tried to determine what firewall to use based on
the version of iptables (if -V legacy -> nftables, otherwise iptables).

This caused problems (#455), and as there's no support yet for nftables
system firewall rules, it can't be configured to workaround these
errors.

Now the default firewall to use will be iptables.
If it's not available (installed), can't be used or the configuration
option is empty/missing, we'll use nftables.
2021-08-09 00:32:27 +02:00
..
protocol makefile: 2021-02-13 18:48:49 +03:00
client.go allow to configure what firewall to use 2021-08-09 00:32:27 +02:00
config.go minor fixes to prevent go vet from complaining 2021-02-13 19:18:38 +03:00
notifications.go allow to configure what firewall to use 2021-08-09 00:32:27 +02:00