afwall icon indicating copy to clipboard operation
afwall copied to clipboard

[FEATURE] option for rules iptables (RETURN or ACCEPT)

Open OmlineEditor opened this issue 4 years ago • 0 comments

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

OmlineEditor avatar Jan 11 '22 17:01 OmlineEditor