fix cdn 30
This commit is contained in:
parent
9a1a894163
commit
810c625615
|
@ -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/"
|
||||
|
|
Loading…
Reference in New Issue