Compare commits

...

3 Commits

Author SHA1 Message Date
Julien Palard a6c3a22a8e
ntp conflicts with systemd on bookworm. 2024-03-23 08:48:08 +01:00
Julien Palard 9f31f39f68
Spammers 2024-03-23 08:47:28 +01:00
Julien Palard a8ca55755d
Bump gitea 2024-03-23 08:47:15 +01:00
3 changed files with 9 additions and 10 deletions

View File

@ -5,7 +5,7 @@
- common
- gitea
vars:
gitea_version: "1.21.7" # To upgrade, read the README file first.
gitea_version: "1.21.9" # To upgrade, read the README file first.
gitea_internal_token: !vault |
$ANSIBLE_VAULT;1.1;AES256
65396439373538656633396363313333663233343661643739633135306131613434353335353634

View File

@ -19,17 +19,20 @@ nft_deny_list: |
ip saddr 124.29.214.85 counter drop comment "2023-12-17: user profile spam"
ip6 saddr 2a09:81:200:aaaa:f816:3eff:fea6:e75f counter drop comment "2024-01-18: creates user profiles but never log into them."
ip saddr 192.144.39.21 counter drop comment "2024-01-18: creates user profiles but never log into them."
ip saddr 45.86.86.223 counter drop comment "2024-01-28: creates user profiles but never log into them."
ip saddr 85.239.34.81 counter drop comment "2024-02-04: creates user profiles but never log into them."
ip saddr 117.241.81.47 counter drop comment "2024-02-12: user profile spam"
ip saddr 213.232.235.91 counter drop comment "2024-02-20: user profile spam"
ip saddr 103.48.197.154 counter drop comment "2024-02-22: user profile spam"
ip saddr 120.56.188.46 counter drop comment "2024-02-27: user profile spam"
ip saddr 193.168.141.21 counter drop comment "2024-03-05: user profile spam"
ip saddr 45.86.86.251 counter drop comment "2024-03-07: user profile spam"
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"
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"
ip saddr 45.86.86.0/24 counter drop comment "2024-03-19: user profile spam"
ip saddr 223.233.84.200 counter drop comment "2024-03-19: spamming issues withs hundreds of links"
ip saddr 113.203.193.155 counter drop comment "2024-03-19: user profile spam"
ip saddr 94.103.188.103 counter drop comment "2024-03-22: user profile spam"
ip saddr 78.40.116.193 counter drop comment "2024-03-22: user profile spam"
ip saddr 159.253.120.5 counter drop comment "2024-03-22: user profile spam"

View File

@ -92,13 +92,10 @@
- service: name=nftables enabled=yes state=started daemon_reload=yes
- name: Update via apt (mandatory on first run)
apt:
update_cache: yes
cache_valid_time: 86400
- name: Install some usefull packages
apt:
update_cache: yes
cache_valid_time: 3600
state: present
name:
- aptitude
@ -109,7 +106,6 @@
- man
- ncdu
- needrestart
- ntp
- python3
- python3-dev
- python3-pip