From 11cac0d5b175105e8ff80ac9027bc0e6eb5bf205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Primard?= Date: Tue, 27 Feb 2024 20:00:42 +0000 Subject: [PATCH] cut the udp limit --- nftables.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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