Search found 1 match

by fln
16 May 2023, 08:39
Forum: Report Bugs (csf)
Topic: CSF does not add UID based IPv6 rules
Replies: 1
Views: 3145

CSF does not add UID based IPv6 rules

Adding the following rules to /etc/csf/csf.allow: tcp|out|u=0 udp|out|u=0 Adds the following rules to iptables: # iptables-save | grep 'ALLOWOUT .*uid-owner' -A ALLOWOUT ! -o lo -p udp -m owner --uid-owner 0 -j ACCEPT -A ALLOWOUT ! -o lo -p tcp -m owner --uid-owner 0 -j ACCEPT But does not add the s...