From e16360a29db46a12b201f9a8613b1cc5664c3a75 Mon Sep 17 00:00:00 2001 From: Brian Martin Date: Fri, 14 Jun 2019 10:05:19 -0400 Subject: [PATCH] Update DNS_Setup.md --- docs/DNS_Setup.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/DNS_Setup.md b/docs/DNS_Setup.md index e90d378..7022909 100644 --- a/docs/DNS_Setup.md +++ b/docs/DNS_Setup.md @@ -26,7 +26,14 @@ If overriding DNS for the top-level domains isn't an option, you'll need to conf Not all domains have been documented at this point, and this list will be updated as more are identified/seen. The preferred way to ensure Bumper works is to override the full domains as above. - - Example: If you see `eco-{countrycode}-api.ecovacs.com` and you live in the US/North America you would use: `eco-us-api.ecovacs.com` +Replacement Examples: + - {countrycode} + - If you see `eco-{countrycode}-api.ecovacs.com` and you live in the US/North America you would use: `eco-us-api.ecovacs.com` + - **Note**: {countrycode} may also be generalized regions such as "EU". + - {region} + - If you see `portal-{region}.ecouser.net` and you live in the US/North America you would use: `portal-na.ecouser.net` + - **Note**: {region} may also be generalized regions such as "EU". + | Address | Description | | --------------------------------------- | ---------------------------------------------- | @@ -38,6 +45,7 @@ Not all domains have been documented at this point, and this list will be update | `gl-{countrycode}-api.ecovacs.com` | Used by EcoVacs Home app | | `gl-{countrycode}-openapi.ecovacs.com` | Used by EcoVacs Home app | | `portal-{countrycode}.ecouser.net` | Used for Login and Rest API | +| `portal-{region}.ecouser.net` | Used for Login and Rest API | | `portal-ww.ecouser.net` | Used for various Rest APIs | | `msg-{countrycode}.ecouser.net` | Used for XMPP | | `msg-ww.ecouser.net` | Used for XMPP |