This commit is contained in:
lwl0608 2024-12-19 19:36:57 +08:00
parent 13505eec5c
commit 175d212244
1 changed files with 1 additions and 1 deletions

View File

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