tallow icon indicating copy to clipboard operation
tallow copied to clipboard

iptables rules order

Open pguimond opened this issue 4 years ago • 1 comments

iptables -t filter -A INPUT -m set --match-set tallow src -j DROP

Does not apply when rules already exists as it insert at bottom.

iptables -I INPUT 1 -m set --match-set tallow src -j DROP

Fix the issue.

pguimond avatar Mar 30 '21 06:03 pguimond