diff --git a/firewall_pleroma_rejects.sh b/firewall_pleroma_rejects.sh index 8b6ab96..7dd8edc 100755 --- a/firewall_pleroma_rejects.sh +++ b/firewall_pleroma_rejects.sh @@ -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-16_1 +# Version: 2019-07-16_2 # Before you run this script for the first time, run: # nft add table inet fediverse @@ -89,6 +89,8 @@ function gen_rule() # Generates rule for IP if it is not in ignorelist. "^103\.22\.20[0-3]\." # CloudFlare 103.22.200.0/22 "^197\.234\.24[0-3]" # CloudFlare 197.234.240.0/22 "^131\.0\.7[2-5]\." # CloudFlare 131.0.72.0/22 + "^2602:ffdb:100:1:" # Shared IP: pleroma.site, + "^172\.93\.5\.40$" # juche.town ) for ignore in ${ignorelist}; do