Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamically ban ip when backend repeatedly returns specified status code. ( 403 ) #1136

Closed
Nossnevs opened this issue Feb 8, 2017 · 2 comments

Comments

@Nossnevs
Copy link

Nossnevs commented Feb 8, 2017

I can't find this feature in the documentation.

The feature I seek is to be able to:

  • Drop requests that are coming from a banned IP.
  • If requests from one IP repeatedly fail some rule (e.g. backend returns 403 more then 10 times) the IP is added to banned IP list.
  • There should also be a list of IP addresses that should not be added to the banned IP list.
@emilevauge
Copy link
Member

emilevauge commented Feb 8, 2017

For now, we don't want to include this kind of feature into Traefik. This could be done instead by your firewall. Closing this one then :)

@Nossnevs
Copy link
Author

@emilevauge Any change in this decision?

@traefik traefik locked and limited conversation to collaborators Sep 1, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants