fix cdn 30

This commit is contained in:
lwl0608 2024-12-19 16:08:43 +08:00
parent 9a1a894163
commit 810c625615
1 changed files with 1 additions and 1 deletions

View File

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