diff --git a/nftables.conf b/nftables.conf index f050daa..4b79529 100644 --- a/nftables.conf +++ b/nftables.conf @@ -69,7 +69,7 @@ table ip global { type filter hook output priority filter policy drop - udp dport 53 limit rate 20/second accept + udp dport 53 accept tcp dport 80 limit rate 20/second accept tcp dport 443 limit rate 20/second accept icmp type echo-request limit rate 5/second accept