fix cdn
This commit is contained in:
parent
58437d5e81
commit
9a1a894163
|
@ -48,11 +48,11 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
|||
}
|
||||
|
||||
func (p *MediaFiller) GetFileServerDomain() string {
|
||||
//return "https://filecdntx01.tiefen.fun/"
|
||||
if rand.Intn(100) < 5 {
|
||||
return "https://levianderwinv01.tiefen.space/"
|
||||
}
|
||||
return "https://filecdntx01.tiefen.fun/"
|
||||
//if rand.Intn(100) < 50 {
|
||||
// return "https://filecdntx01.tiefen.fun/"
|
||||
//}
|
||||
//return "https://filecdn01.tiefen.fun/"
|
||||
|
||||
//return defaultMediaFiller.fileServerDomainName
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue