afwall
afwall copied to clipboard
[FEATURE] option for rules iptables (RETURN or ACCEPT)
Now all the rules for the selected applications have the form where the RETURN rule is at the end: ... -m owner --uid-owner 12345 -j RETURN
this creates some difficulties with other rules and settings
I ask you to add an option to the settings so that you can immediately instantly and unconditionally allow outgoing actions for applications using ACCEPT: ... -m owner --uid-owner 12345 -j ACCEPT