From 34e1bb3e8dfc8918f46c7b9f8cd76e938084d221 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jul 2024 16:33:03 -0700 Subject: [PATCH] pagure: block some ips that are using too much resources Signed-off-by: Kevin Fenzi --- inventory/group_vars/pagure | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/inventory/group_vars/pagure b/inventory/group_vars/pagure index ddf06cb05e..4af230e8e3 100644 --- a/inventory/group_vars/pagure +++ b/inventory/group_vars/pagure @@ -1,5 +1,12 @@ --- # Define resources for this group of hosts here. +# Block some ips that are using too mauch resources +custom_rules: [ + '-A INPUT -s 81.69.171.38/32 -j REJECT', + '-A INPUT -s 175.24.248.206/32 -j REJECT', + '-A INPUT -s 47.76.209.138/32 -j REJECT', + '-A INPUT -s 47.76.99.127/32 -j REJECT' +] csi_primary_contact: Fedora admins - admin@fedoraproject.org csi_purpose: Run the pagure instances for fedora csi_relationship: |