Skip to content

Commit

Permalink
Merge pull request #1041 from getsentry/ceorourke/ip-blocklist-example
Browse files Browse the repository at this point in the history
Add example of IP blocklist format accepted
  • Loading branch information
cameronmcefee authored Jun 4, 2019
2 parents f194b6c + f4a4566 commit 2369766
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/collections/_documentation/accounts/quotas.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Various built-in filters are available within Sentry. You can find these by goin

### IP Blocklist

If you have a rogue client, you may find yourself simply wanting to block that IP from sending data. Sentry supports this by going to **[Project] » Project Settings » Inbound Filters** and adding the IP addresses (or subnets) under the **Filter errors from these IP addresses** section.
If you have a rogue client, you may find yourself simply wanting to block that IP from sending data. Sentry supports this by going to **[Project] » Project Settings » Inbound Filters** and adding the IP addresses (or subnets) under the **Filter errors from these IP addresses** section. For example, you can enter '127.0.0.1' or '10.0.0.0/8'.

### Filter by releases

Expand Down

0 comments on commit 2369766

Please sign in to comment.