From e25e7dd5835951ca05c53f1fa08a4a4772a400a1 Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Wed, 5 Nov 2025 13:48:47 +0700 Subject: [PATCH] [core] Use alt endpoint for ru1 CDN Signed-off-by: Konstantin Pastbin --- private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private.h b/private.h index 870f46178..0c00c3c4d 100644 --- a/private.h +++ b/private.h @@ -6,7 +6,7 @@ #define MWM_GEOLOCATION_SERVER "" #define DIFF_LIST_URL "" #define METASERVER_URL "https://cdn-us-1.comaps.app/servers" -#define DEFAULT_URLS_JSON "[ \"https://cdn-us-2.comaps.tech/\", \"https://comaps.firewall-gateway.de/\", \"https://cdn-fi-1.comaps.app/\", \"https://comaps-cdn.s3.cloud.ru/\" ]" +#define DEFAULT_URLS_JSON "[ \"https://cdn-us-2.comaps.tech/\", \"https://comaps.firewall-gateway.de/\", \"https://cdn-fi-1.comaps.app/\", \"https://comaps-cdn.s3-website.cloud.ru/\" ]" #define DEFAULT_CONNECTION_CHECK_IP "151.101.195.52" // For now the IP of comaps.app (Fastly CDN) #define TRAFFIC_DATA_BASE_URL "" #define USER_BINDING_PKCS12 ""