Hello,
I'm attempting to use the ClientIP rule to have traffic from one IP source use a different router. to bypass some middleware. I've removed the other router during troubleshoot and it appears to be down to this rule -
- traefik.http.routers.example.rule=Host(
xyz.example.com) && ClientIP(10.0.0.50)
I get an error 404 when browsing the page. There is no other proxy in the middle that would be obscuring the client's IP address.
I can certainly provide more of my config, but if I was to simply remove the ClientIP portion of this rule, I would access the page without issue.
Any input would be appreciated.