From f6490f4b566d25be5b6ab7236a12747038f4560b Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Thu, 9 Dec 2021 09:33:46 +0100 Subject: vidhar: nftables... --- hosts/vidhar/ruleset.nft | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hosts/vidhar') diff --git a/hosts/vidhar/ruleset.nft b/hosts/vidhar/ruleset.nft index f5de1bd1..4df37a9d 100644 --- a/hosts/vidhar/ruleset.nft +++ b/hosts/vidhar/ruleset.nft @@ -4,10 +4,10 @@ table inet filter { } limit lim_icmp_local { - rate 10 mbytes/second burst 10 mbytes + rate 50 mbytes/second burst 50 mbytes } limit lim_icmp_dsl { - rate 1 mbytes/second burst 1 mbytes + rate 1400 kbytes/second burst 1400 kbytes } -- cgit v1.2.3