Update fileConfig.yml
replace deprecated IpWhiteList middleware
This commit is contained in:
parent
ad7bb0ea68
commit
33c054c789
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ http:
|
||||||
middlewares:
|
middlewares:
|
||||||
# Only Allow Local networks
|
# Only Allow Local networks
|
||||||
local-ipwhitelist:
|
local-ipwhitelist:
|
||||||
ipWhiteList:
|
ipAllowList:
|
||||||
sourceRange:
|
sourceRange:
|
||||||
- 127.0.0.1/32 # localhost
|
- 127.0.0.1/32 # localhost
|
||||||
- 10.0.0.0/8 # private class A
|
- 10.0.0.0/8 # private class A
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue