diff --git a/library/mediafiller/mediafiller.go b/library/mediafiller/mediafiller.go index 245991f1..4cb802c6 100644 --- a/library/mediafiller/mediafiller.go +++ b/library/mediafiller/mediafiller.go @@ -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 }