From 22cb3f07a50ab2fc25661ccfa336c99b144dd3fa Mon Sep 17 00:00:00 2001 From: neil Date: Sat, 16 Jan 2021 23:20:13 +0800 Subject: [PATCH] Updated DNS API Dev Guide (markdown) --- DNS-API-Dev-Guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DNS-API-Dev-Guide.md b/DNS-API-Dev-Guide.md index 1b55256..fdd1d0b 100644 --- a/DNS-API-Dev-Guide.md +++ b/DNS-API-Dev-Guide.md @@ -110,8 +110,8 @@ The full domain could be in either one of the following formats: 4. `_acme-challenge.www.example.co.uk` 5. `_acme-challenge.sub1.sub2.www.example.co.uk` 6. `sub1.sub2.example.co.uk` -7. `example.com` -8. `example.co.uk` +7. `example.com` ( For [dns alias mode](https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode)) +8. `example.co.uk` ( For [dns alias mode](https://github.com/acmesh-official/acme.sh/wiki/DNS-alias-mode)) 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 subdomain(_acme-challenge or _acme-challenge.www)