summaryrefslogtreecommitdiff
path: root/hosts/vidhar/ruleset.nft
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/vidhar/ruleset.nft')
-rw-r--r--hosts/vidhar/ruleset.nft4
1 files changed, 2 insertions, 2 deletions
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 {
4 } 4 }
5 5
6 limit lim_icmp_local { 6 limit lim_icmp_local {
7 rate 10 mbytes/second burst 10 mbytes 7 rate 50 mbytes/second burst 50 mbytes
8 } 8 }
9 limit lim_icmp_dsl { 9 limit lim_icmp_dsl {
10 rate 1 mbytes/second burst 1 mbytes 10 rate 1400 kbytes/second burst 1400 kbytes
11 } 11 }
12 12
13 13