changed the default sync url to https://servidordomal.fun/index.db

This commit is contained in:
2025-08-04 22:40:19 -03:00
parent 67a7a3a58e
commit cf172c0d47

View File

@@ -270,9 +270,9 @@ func main() {
} }
if len(os.Args) < 3 { if len(os.Args) < 3 {
fmt.Println("Starting to sync with https://servidordomal.fun/mirror/index.db") fmt.Println("Starting to sync with https://servidordomal.fun/index.db")
if err := Sync("https://servidordomal.fun/mirror/index.db"); err != nil { if err := Sync("https://servidordomal.fun/index.db"); err != nil {
fmt.Println("failed to sync with https://servidordomal.fun/mirror/index.db : ", err) fmt.Println("failed to sync with https://servidordomal.fun/index.db : ", err)
return return
} }
fmt.Println("Sucessifully sync!") fmt.Println("Sucessifully sync!")