This commit is contained in:
lwl0608 2024-12-19 16:30:27 +08:00
parent 810c625615
commit 72ab59c9fe
1 changed files with 3 additions and 3 deletions

View File

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