From f5abead40c18863496435c1036b14a10aa7959ce Mon Sep 17 00:00:00 2001 From: GoEdgeLab Date: Tue, 17 Oct 2023 15:54:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=9F=9F=E5=90=8D=E8=A7=A3?= =?UTF-8?q?=E6=9E=90=E6=96=87=E5=AD=97=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- internal/dnsclients/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/dnsclients/types.go b/internal/dnsclients/types.go index 3f261149..2115ba6d 100644 --- a/internal/dnsclients/types.go +++ b/internal/dnsclients/types.go @@ -52,7 +52,7 @@ func FindAllProviderTypes() []maps.Map { typeMaps = append(typeMaps, maps.Map{ "name": "自定义HTTP DNS", "code": ProviderTypeCustomHTTP, - "description": "通过自定义的HTTP接口提供DNS服务。", + "description": "通过自定义的HTTP接口提供DNS服务,具体使用方法请参考官网文档:https://goedge.cn/docs/DNS/CustomHTTP.md ", }) return typeMaps }