This commit is contained in:
lwl0608 2024-05-09 09:17:11 +08:00
parent edc907aadb
commit a09f537ec1
1 changed files with 1 additions and 1 deletions

View File

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