From 3c1a18c02587fc05db142c909f850b044407ea40 Mon Sep 17 00:00:00 2001 From: lwl0608 Date: Thu, 19 Dec 2024 15:53:35 +0800 Subject: [PATCH] cdn levianderwin --- library/mediafiller/mediafiller.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 }