cdn levianderwin

This commit is contained in:
lwl0608 2024-12-19 15:53:35 +08:00
parent beba442bc8
commit 3c1a18c025
1 changed files with 5 additions and 5 deletions

View File

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