Feature
I would like to use two rate limiting strategies at the same time, namely client.ip and request.host. As of now, it appears that Traefik only supports using one strategy at a time per frontend.
https://docs.traefik.io/configuration/commons/#rate-limiting
We would also be interested in this. When running a multi-tenanted service, you definitely want a combination of request host AND client ip.
Most helpful comment
We would also be interested in this. When running a multi-tenanted service, you definitely want a combination of request host AND client ip.