opensnitch/daemon/firewall
Gustavo Iñiguez Goia 6622df9d38
allow to configure nfqueue bypass flag
Nfqueue bypass option skips the enqueue of packets to userspace
if no application is listening to the queue.
https://wiki.nftables.org/wiki-nftables/index.php/Queueing_to_userspace

If this flag is not specified, and for example the daemon dies
unexpectedly, all the outbound traffic will be blocked.

Up until now we've been using this flag by default not to block network
traffic if the daemon dies or is killed for some reason. But some users
want to use precisely this behaviour (#884, #1183, #1201).

Now you can configure it, to block connections if the daemon
unexpectedly dies.

The option is on by default in the configuration (QueueBypass: true).
If this item is not present in the daemon config file, then it'll be
false.
2024-10-19 10:51:40 +02:00
..
common fw: allow to configure interception queue number 2024-05-14 23:41:25 +02:00
config fw: allow to configure interception queue number 2024-05-14 23:41:25 +02:00
iptables allow to configure nfqueue bypass flag 2024-10-19 10:51:40 +02:00
nftables allow to configure nfqueue bypass flag 2024-10-19 10:51:40 +02:00
rules.go allow to configure nfqueue bypass flag 2024-10-19 10:51:40 +02:00