mirror of
https://github.com/TeaOSLab/EdgeNode.git
synced 2025-12-25 06:26:34 +08:00
支持任意域名通过CNAME访问服务(开启选项后)
This commit is contained in:
9
internal/utils/lookup_test.go
Normal file
9
internal/utils/lookup_test.go
Normal 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"))
|
||||
}
|
||||
Reference in New Issue
Block a user