diff --git a/enterprise/quick-start.mdx b/enterprise/quick-start.mdx index ac0fd073..359c750c 100644 --- a/enterprise/quick-start.mdx +++ b/enterprise/quick-start.mdx @@ -123,6 +123,7 @@ You will need a VM to host OpenHands Enterprise. Choose one of the options below | `app.` | `app.openhands.example.com` | | `auth.app.` | `auth.app.openhands.example.com` | | `llm-proxy.` | `llm-proxy.openhands.example.com` | + | `analytics.` | `analytics.openhands.example.com` | | `runtime-api.` | `runtime-api.openhands.example.com` | | `*.runtime.` | `*.runtime.openhands.example.com` | @@ -167,6 +168,7 @@ for h in \ "app.${BASE_DOMAIN}" \ "auth.app.${BASE_DOMAIN}" \ "llm-proxy.${BASE_DOMAIN}" \ + "analytics.${BASE_DOMAIN}" \ "runtime-api.${BASE_DOMAIN}"; do echo "[DNS] $h" getent hosts "$h" || nslookup "$h"