fix: l4 vpn cidr (#2901)

This commit is contained in:
hysyeah 2026-04-16 11:15:09 +08:00 committed by GitHub
parent 036fffe851
commit bea35f79c5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"