From 0fee3c3781aa80722158341dadd41dce6dd52ded Mon Sep 17 00:00:00 2001 From: Konstantin Pastbin Date: Tue, 8 Jul 2025 20:30:34 +0700 Subject: [PATCH] Add de1 and us1 CDN servers to the default list Signed-off-by: Konstantin Pastbin --- private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/private.h b/private.h index 9c814d00f..93deb2a98 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://cdn-fi-1.comaps.app/\", \"https://comaps-cdn.s3-website.cloud.ru/\" ]" +#define DEFAULT_URLS_JSON "[ \"https://cdn-us-2.comaps.tech/\", \"https://comaps.firewall-gateway.de/\", \"https://cdn-us-1.comaps.app/\", \"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 ""