From 7536fe598ed8b34ec263c173df23b8a942ca5be4 Mon Sep 17 00:00:00 2001 From: neil <8305679+Neilpang@users.noreply.github.com> Date: Wed, 27 May 2020 21:22:22 +0800 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 1 + 1 file changed, 1 insertion(+) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index 0a47d5a..9f0c74a 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -107,6 +107,7 @@ The full domain could be in one of the following formats: 3. `_acme-challenge.example.co.uk` 4. `_acme-challenge.www.example.co.uk` 5. `_acme-challenge.sub1.sub2.www.example.co.uk` +6. `sub1.sub2.example.co.uk` For most of the dns providers, you must determine which part is the domain root zone(example.com or example.co.uk), and which part is the sub domain(_acme-challenge or _acme-challenge.www)