1
0
mirror of https://github.com/zu1k/nali.git synced 2025-01-23 05:39:03 +08:00
This commit is contained in:
zu1k 2020-09-09 09:58:52 +08:00
parent 2d35669537
commit 2c88d616ea

View File

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