After I remove all the references to the includes that you did not post, the rules work for me.New inbound connections are blocked, but existing connections and outbound connections work.
Code:
table ip filter { chain INPUT { type filter hook input priority filter; policy drop; ct state invalid drop ct state { established, related } counter packets 443 bytes 34508 accept
Statistics: Posted by jojopi — Tue Jul 23, 2024 2:32 pm