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 1, 2024
1 parent 33372d1 commit 88962a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions local/config/vufind/httpd-vufind.conf
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,8 @@ Alias /resources /usr/local/vufind/public
RewriteRule .* - [F]
RewriteCond expr "-R '124.0.0.0/8'"
RewriteRule .* - [F]
RewriteCond expr "-R '170.106.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 88962a1

Please sign in to comment.