Signed-off-by: x7z4w <x7z4w@noreply.codeberg.org>
This commit is contained in:
x7z4w
2025-11-15 18:02:57 +00:00
parent 101faeb2aa
commit 0e5fa5c501

View File

@@ -6,7 +6,7 @@
#define MWM_GEOLOCATION_SERVER "" #define MWM_GEOLOCATION_SERVER ""
#define DIFF_LIST_URL "" #define DIFF_LIST_URL ""
#define METASERVER_URL "https://cdn-us-1.comaps.app/servers" #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-website.cloud.ru/\", \"https://mapgen-fi-1.comaps.app/\" ]" #define DEFAULT_URLS_JSON R"([ "https://cdn-us-2.comaps.tech/", "https://comaps.firewall-gateway.de/", "https://cdn-fi-1.comaps.app/", "https://comaps-cdn.s3-website.cloud.ru/", "https://mapgen-fi-1.comaps.app/" ])"
#define DEFAULT_CONNECTION_CHECK_IP "151.101.195.52" // For now the IP of comaps.app (Fastly CDN) #define DEFAULT_CONNECTION_CHECK_IP "151.101.195.52" // For now the IP of comaps.app (Fastly CDN)
#define TRAFFIC_DATA_BASE_URL "" #define TRAFFIC_DATA_BASE_URL ""
#define USER_BINDING_PKCS12 "" #define USER_BINDING_PKCS12 ""