change test-adminipwhitelist par test-adminipallowlist
This commit is contained in:
18
dockers/traefik/conf/allow_ip.yml.sample
Normal file
18
dockers/traefik/conf/allow_ip.yml.sample
Normal file
@ -0,0 +1,18 @@
|
||||
http:
|
||||
middlewares:
|
||||
ipwhitelist:
|
||||
ipWhiteList:
|
||||
sourceRange:
|
||||
- "192.168.0.0/16"
|
||||
- "172.16.0.0/12"
|
||||
- "127.0.0.0/8"
|
||||
- "10.0.0.0/8"
|
||||
- "0.0.0.0/0"
|
||||
adminipwhitelist:
|
||||
ipWhiteList:
|
||||
sourceRange:
|
||||
- "192.168.0.0/16"
|
||||
- "172.16.0.0/12"
|
||||
- "127.0.0.0/8"
|
||||
- "10.0.0.0/8"
|
||||
- "0.0.0.0/0"
|
Reference in New Issue
Block a user