fix(guacamole): change PROXY_ALLOWED_IPS_REGEX default from "*" to ".*"

Co-authored-by: alexbelgium <44178713+alexbelgium@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-13 13:47:05 +00:00
parent e14b4a9b45
commit d2d0e58980

View File

@@ -67,7 +67,7 @@ devices:
environment:
GUACAMOLE_HOME: /config
PGDATA: /config/postgres
PROXY_ALLOWED_IPS_REGEX: "*"
PROXY_ALLOWED_IPS_REGEX: ".*"
PROXY_BY_HEADER: X-Forwarded-By
PROXY_IP_HEADER: X-Forwarded-For
PROXY_PROTOCOL_HEADER: X-Forwarded-Proto