Skip to content

Commit

Permalink
Merge pull request #1251 from GSA/bad-bots
Browse files Browse the repository at this point in the history
add 47.76.35.19 to bad-bots
  • Loading branch information
btylerburton committed Feb 13, 2024
2 parents d104589 + 3ba013b commit 53e487d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions proxy/nginx-badbot403.conf
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ if ($remote_addr ~ '^8\.(219|222)\.') {
set $allow false;
}

if ($remote_addr ~ '47.76.35.19') {
set $allow false;
}

if ($allow = false) {
return 403;
}

0 comments on commit 53e487d

Please sign in to comment.