Traefik: add vpn whitelist
This commit is contained in:
parent
2eeff9fc92
commit
0f3b4ae8f8
@ -7,6 +7,14 @@ http:
|
||||
- "192.168.0.0/16"
|
||||
- "172.16.0.0/16"
|
||||
- "10.254.1.0/16"
|
||||
vpn-ipwhitelist:
|
||||
ipWhiteList:
|
||||
sourceRange:
|
||||
- "10.2.0.0/24" # vpn
|
||||
- "127.0.0.1/32" # or local nets used by deployments
|
||||
- "192.168.0.0/16"
|
||||
- "172.16.0.0/16"
|
||||
- "10.254.1.0/16"
|
||||
auth-headers:
|
||||
headers:
|
||||
sslRedirect: true
|
||||
|
Loading…
Reference in New Issue
Block a user