Compare commits

...

4 Commits

Author SHA1 Message Date
Julien Palard 92eb527c80
Hello pretalx. 2024-03-20 22:36:47 +01:00
Julien Palard 28df2e24e5
gitea: spammer 2024-03-19 07:28:20 +01:00
Julien Palard dec6f0d0ea
merge spammers 2024-03-19 07:26:12 +01:00
Julien Palard 2f8f311aed
spammers 2024-03-19 07:25:38 +01:00
3 changed files with 12 additions and 1 deletions

View File

@ -30,4 +30,6 @@ nft_deny_list: |
ip saddr 51.15.37.232 counter drop comment "2024-03-11: user profile spam"
ip6 saddr 2001:bc8:1640:296::0/64 counter drop comment "2024-03-12: user profile spam"
ip saddr 103.82.120.0/22 counter drop comment "Multiple hosts spamming by creating user profiles"
ip6 saddr 2406:d00:aaaa:b0d9::/64 counter drop comment "2024-03-13: user profile spam"
ip saddr 103.138.192.117 counter drop comment "2024-03-17: user profile spam"
ip6 saddr 2406:d00:aaaa::/48 counter drop comment "2024-03-19: user profile spam"
ip saddr 45.86.86.63 counter drop comment "2024-03-19: user profile spam"

View File

@ -1,3 +1,6 @@
[pretalx]
pretalx1.afpy.org
[gitea]
gitea1.afpy.org

6
pretalx.yml Normal file
View File

@ -0,0 +1,6 @@
---
- hosts: pretalx
tasks:
- name: Basic setup
include_role: name=common