change cdn

This commit is contained in:
lwl0608 2024-07-24 19:16:03 +08:00
parent 33e8d70e24
commit 53d7181cae
1 changed files with 2 additions and 2 deletions

View File

@ -41,11 +41,11 @@ func SetFileServerDomainName(fileServerDomainName string) {
}
func (p *MediaFiller) GetFileServerDomain() string {
return "https://filecdnhw01.tiefen.fun/"
//return "https://filecdnhw01.tiefen.fun/"
//if rand.Intn(100) < 80 {
// return "https://filecdnhw01.tiefen.fun/"
//}
//return "https://filecdn01.tiefen.fun/"
return "https://filecdn01.tiefen.fun/"
//return defaultMediaFiller.fileServerDomainName
}