rollback
This commit is contained in:
parent
810c625615
commit
72ab59c9fe
|
@ -49,9 +49,9 @@ func SetFileServerDomainName(fileServerDomainName string) {
|
||||||
|
|
||||||
func (p *MediaFiller) GetFileServerDomain() string {
|
func (p *MediaFiller) GetFileServerDomain() string {
|
||||||
//return "https://filecdntx01.tiefen.fun/"
|
//return "https://filecdntx01.tiefen.fun/"
|
||||||
if rand.Intn(100) < 30 {
|
//if rand.Intn(100) < 30 {
|
||||||
return "https://levianderwinv01.tiefen.space/"
|
// return "https://levianderwinv01.tiefen.space/"
|
||||||
}
|
//}
|
||||||
return "https://filecdntx01.tiefen.fun/"
|
return "https://filecdntx01.tiefen.fun/"
|
||||||
|
|
||||||
//return defaultMediaFiller.fileServerDomainName
|
//return defaultMediaFiller.fileServerDomainName
|
||||||
|
|
Loading…
Reference in New Issue