github.com/TeaOSLab/EdgeNode@v1.3.8/internal/utils/lookup_test.go (about)

     1  // Copyright 2021 Liuxiangchao iwind.liu@gmail.com. All rights reserved.
     2  
     3  package utils
     4  
     5  import "testing"
     6  
     7  func TestLookupCNAME(t *testing.T) {
     8  	t.Log(LookupCNAME("www.yun4s.cn"))
     9  }