mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-03-14 00:44:18 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user