Skip to content

Commit

Permalink
blocking more IP ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Oct 2, 2024
1 parent 929e7a2 commit 7b65a23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions local/config/vufind/httpd-vufind.conf
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,12 @@ Alias /resources /usr/local/vufind/public
RewriteRule .* - [F]
RewriteCond expr "-R '170.106.0.0/16'"
RewriteRule .* - [F]
RewriteCond expr "-R '150.109.0.0/16'"
RewriteRule .* - [F]
RewriteCond expr "-R '101.32.0.0/16'"
RewriteRule .* - [F]
RewriteCond expr "-R '49.51.0.0/16'"
RewriteRule .* - [F]
RewriteCond %{REQUEST_FILENAME} -s [OR]
RewriteCond %{REQUEST_FILENAME} -l [OR]
RewriteCond %{REQUEST_FILENAME} -d
Expand Down

0 comments on commit 7b65a23

Please sign in to comment.