Skip to content

Commit

Permalink
extend blocked IP ranges
Browse files Browse the repository at this point in the history
  • Loading branch information
ctot-nondef committed Dec 9, 2024
1 parent 18dfe7e commit b6d400c
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 @@ -198,6 +198,8 @@ Alias /resources /usr/local/vufind/public
RewriteRule .* - [F]
RewriteCond expr "-R '43.0.0.0/24'"
RewriteRule .* - [F]
RewriteCond expr "-R '47.79.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 b6d400c

Please sign in to comment.