1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-22 21:29:02 +08:00
This commit is contained in:
zu1k 2020-09-09 09:58:52 +08:00
parent 29ce0ec4a6
commit 4e2b4719a7

View File

@ -43,6 +43,10 @@ func find(cname string) string {
if found {
return cdnResult.Name
}
if strings.Contains(baseCname, "kunlun") {
return "阿里云 CDN"
}
return "未找到"
}