mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-12-29 10:18:28 +01:00
Update fileConfig.yml
replace deprecated IpWhiteList middleware
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user