Hello,
First of all, thank you very much for the excellent work on Traefik!
I would like to use Traefik as an API manager for implementing IP restriction. However, my IP list will change frequently, so I plan to automate the updating of this list. I found this feature in Traefik:
I would like to be able to change the IP list while Traefik and all the containers of my application are running. Do you know if it's possible to achieve this, perhaps through a Traefik's back office API?
For example, a similar capability is available in the API manager Apisix:
Maybe a such feature is possible in Traefik?
Thank you in advance for your assistance!