firewall_pleroma_rejects.sh: Updated ignorelist.
Added the rest of the masto.host IPs.
This commit is contained in:
parent
36fbee8516
commit
a3051b1c19
|
@ -4,7 +4,7 @@
|
|||
# BE CAREFUL: Some instances may run under a shared IP, you may block more than
|
||||
# you want. No warranties and so on.
|
||||
|
||||
# Version: 2019-07-15_1
|
||||
# Version: 2019-07-16_1
|
||||
|
||||
# Before you run this script for the first time, run:
|
||||
# nft add table inet fediverse
|
||||
|
@ -49,6 +49,14 @@ function gen_rule() # Generates rule for IP if it is not in ignorelist.
|
|||
"^178\.33\.220\.14[0-3]$"
|
||||
"^176\.31\.213\.22[89]$"
|
||||
"^176\.31\.213\.23[01]$"
|
||||
"^54\.38\.247\.97$"
|
||||
"^54\.37\.254\.138$"
|
||||
"^54\.37\.254\.14[12]$"
|
||||
"^54\.37\.254\.2[56]$"
|
||||
"^54\.37\.254\.3[19]$"
|
||||
"^54\.37\.254\.46$"
|
||||
"^145\.239\.141\.74$"
|
||||
"^51\.38\.62\.175$"
|
||||
"^2a06:98c[0-7]:" # CloudFlare 2a06:98c0::/29
|
||||
"^2400:cb00:" # CloudFlare 2400:cb00::/32
|
||||
"^2606:4700:" # CloudFlare 2606:4700::/32
|
||||
|
|
Loading…
Reference in New Issue
Block a user