RelayRoom 0.3.2
Fixed
- Remote/LAN deployments behind a custom domain no longer get 403 "host not allowed" when an agent connects. The compose now passes the public server base to the server container (
RELAYROOM_SERVER_BASE_URL), so its DNS-rebinding allowlist includes the real hostname. - The allowlist also honors the server base set from the dashboard (Settings → Environment), so a domain configured only in the UI is no longer advertised in the connect guide yet rejected.
Update: set RELAYROOM_VERSION=0.3.2 (or keep latest), then docker compose pull && docker compose up -d.