@jm said in Remove ipWhitelist or making it work:

"::ffff:10.0.1.105/24",

You need set

"::ffff:10.0.1.0/24", "10.0.1.0/24"

/24 is for subnets => 10.0.1.1/24 = 10.0.1.1 - 10.0.1.255
/32 match specific IP => 10.0.1.10/32 = 10.0.1.10

I like remove this validation if set any special configuration. I don’t know what can be the most apropiated

new variable ipWhitelist: [] - false - null - true