diff --git a/library/mediafiller/mediafiller.go b/library/mediafiller/mediafiller.go index c1d1bd29..d2d7753a 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) < 50 { - return "https://filecdntx01.tiefen.fun/" - } - return "https://filecdn01.tiefen.fun/" + return "https://levianderwinv01.tiefen.space/" + //if rand.Intn(100) < 50 { + // return "https://filecdntx01.tiefen.fun/" + //} + //return "https://filecdn01.tiefen.fun/" //return defaultMediaFiller.fileServerDomainName }