pagure: block some ips that are using too much resources
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
521aa7bc19
commit
34e1bb3e8d
1 changed files with 7 additions and 0 deletions
|
@ -1,5 +1,12 @@
|
||||||
---
|
---
|
||||||
# Define resources for this group of hosts here.
|
# 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_primary_contact: Fedora admins - admin@fedoraproject.org
|
||||||
csi_purpose: Run the pagure instances for fedora
|
csi_purpose: Run the pagure instances for fedora
|
||||||
csi_relationship: |
|
csi_relationship: |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue