Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
JBlond committed Jul 11, 2022
1 parent efbd60a commit 174c986
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion blocks/10x.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sudo iptables -A bannedDownloader -s 104.42.0.0/16 -j DROP # ??? Downloader of 4
sudo iptables -A bannedDownloader -s 104.198.0.0/16 -j DROP # ??? Downloader of 404
sudo iptables -A bannedDownloader -s 104.207.207.135 -j DROP
sudo iptables -A bannedDownloader -s 104.214.0.0/16 -j DROP # WP scanner
sudo iptables -A bannedDownloader -s 104.223.91.170-j DROP # WP scanner
sudo iptables -A bannedDownloader -s 104.223.91.170 -j DROP # WP scanner
sudo iptables -A bannedDownloader -s 104.244.74.57 -j DROP

sudo iptables -A bannedDownloader -s 106.12.0.0/16 -j DROP
Expand Down

0 comments on commit 174c986

Please sign in to comment.