feat: add secure device DNS backend

This commit is contained in:
benya
2026-07-21 03:33:42 +03:00
parent cd77c12c23
commit c31e52a90c
14 changed files with 766 additions and 68 deletions

View File

@@ -40,6 +40,8 @@ RMM_TUNNEL_KEY_PATH=./secrets/router_tunnel_key.pub
# Optional HTTPS reverse proxy overlay.
RMM_DOMAIN=rmm.example.com
RMM_DEVICE_DOMAIN=routers.example.com
# Optional bearer token for an authoritative DNS synchronizer. Keep it secret.
RMM_DNS_SYNC_TOKEN=
RMM_PROXY_HTTP_PORT=80
RMM_PROXY_HTTPS_PORT=443