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

possible to rate limit per domain name? #84

Open
hiqsociety opened this issue Oct 30, 2020 · 1 comment
Open

possible to rate limit per domain name? #84

hiqsociety opened this issue Oct 30, 2020 · 1 comment

Comments

@hiqsociety
Copy link

running a web hosting service and would like to rate limit by domain name.
also, does it work with fasthttp?

@tpyo
Copy link

tpyo commented Jan 31, 2022

You could do something like this

        keys:
          headers:
            names:
              - "X-Forwarded-Host"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants