Files
EdgeNode/internal/utils/lookup_test.go
2024-05-17 18:30:33 +08:00

10 lines
177 B
Go

// Copyright 2021 GoEdge goedge.cdn@gmail.com. All rights reserved.
package utils
import "testing"
func TestLookupCNAME(t *testing.T) {
t.Log(LookupCNAME("www.yun4s.cn"))
}