支持任意域名通过CNAME访问服务(开启选项后)

This commit is contained in:
刘祥超
2021-10-16 12:03:05 +08:00
parent 874694f662
commit 8935f35b4e
8 changed files with 180 additions and 25 deletions

View File

@@ -0,0 +1,9 @@
// Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
package utils
import "testing"
func TestLookupCNAME(t *testing.T) {
t.Log(LookupCNAME("www.yun4s.cn"))
}