-
-
Notifications
You must be signed in to change notification settings - Fork 272
Closed
Description
In my docker setup, each container get an random IP when it starts. It would require me to do a lot of modifications to be able to give my nginx container a static IP so the trusted ip work.
I suggest 2 options
- Allow to use * as the trusted ip, meaning any IP will be ok
- Allow to use a subnet instead of a specific IP like 178.18.0.0/24
Currently, every time my nginx container get a new IP I have to edit the configuration file to add the new ip...