mirror of
https://github.com/beclab/Olares
synced 2026-04-21 13:37:46 +00:00
fix: l4 vpn cidr (#2901)
This commit is contained in:
parent
036fffe851
commit
bea35f79c5
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import (
|
|||
)
|
||||
|
||||
const (
|
||||
vpnCIDR = "100.64.0.0/24"
|
||||
vpnCIDR = "100.64.0.0/16"
|
||||
autheliaClusterPrefix = "authelia_backend"
|
||||
autheliaHostFormat = "authelia-backend.user-system-%s.svc.cluster.local"
|
||||
fileserverHostFormat = "files-%s.user-system-%s.svc.cluster.local"
|
||||
|
|
|
|||
Loading…
Reference in a new issue