From 76027b4cbe1182e4094a7acf459758e1b9b5026f Mon Sep 17 00:00:00 2001 From: cyberta Date: Thu, 26 Mar 2026 18:39:44 +0100 Subject: udpate preshipped CoopVPN infos --- app/src/normal/assets/beta.coopvpn.net.json | 29 ++++++++++++++++++++++ app/src/normal/assets/beta.coopvpn.net.pem | 10 ++++++++ app/src/normal/assets/urls/beta.coopvpn.net.url | 3 +++ app/src/normal/assets/urls/coopvpn.net.url | 3 --- .../assets/beta.coopvpn.net.json | 29 ++++++++++++++++++++++ .../assets/beta.coopvpn.net.pem | 10 ++++++++ .../assets/urls/beta.coopvpn.net.url | 3 +++ .../assets/urls/coopvpn.net.url | 3 --- 8 files changed, 84 insertions(+), 6 deletions(-) create mode 100644 app/src/normal/assets/beta.coopvpn.net.json create mode 100644 app/src/normal/assets/beta.coopvpn.net.pem create mode 100644 app/src/normal/assets/urls/beta.coopvpn.net.url delete mode 100644 app/src/normal/assets/urls/coopvpn.net.url create mode 100644 app/src/normalProductionFatDebug/assets/beta.coopvpn.net.json create mode 100644 app/src/normalProductionFatDebug/assets/beta.coopvpn.net.pem create mode 100644 app/src/normalProductionFatDebug/assets/urls/beta.coopvpn.net.url delete mode 100644 app/src/normalProductionFatDebug/assets/urls/coopvpn.net.url diff --git a/app/src/normal/assets/beta.coopvpn.net.json b/app/src/normal/assets/beta.coopvpn.net.json new file mode 100644 index 00000000..4e4929dc --- /dev/null +++ b/app/src/normal/assets/beta.coopvpn.net.json @@ -0,0 +1,29 @@ +{ + "api_uri": "https://beta.coopvpn.net", + "api_version": "5", + "api_versions": [ + "5" + ], + "ask_for_donations": false, + "ca_cert_fingerprint": "", + "ca_cert_uri": "", + "default_language": "en", + "description": { + "en": "CoopVPN Beta is an emerging VPN provider working closely with the LEAP team. This is an early access release intended for testing and feedback." + }, + "domain": "beta.coopvpn.net", + "donate_period": "", + "languages": [ + "en" + ], + "name": { + "en": "CoopVPN Beta" + }, + "service": { + "allow_anonymous": true, + "allow_registration": false + }, + "services": [ + "openvpn" + ] +} \ No newline at end of file diff --git a/app/src/normal/assets/beta.coopvpn.net.pem b/app/src/normal/assets/beta.coopvpn.net.pem new file mode 100644 index 00000000..820af1ca --- /dev/null +++ b/app/src/normal/assets/beta.coopvpn.net.pem @@ -0,0 +1,10 @@ +-----BEGIN CERTIFICATE----- +MIIBcjCCARigAwIBAgIBATAKBggqhkjOPQQDAjAfMR0wGwYDVQQDExRDTj1Db29w +IGJldGEgUm9vdCBDQTAeFw0yNjAzMjAxMjM4MjVaFw0zMTAzMjAxMjQzMjVaMB8x +HTAbBgNVBAMTFENOPUNvb3AgYmV0YSBSb290IENBMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEazOxKTrFlxHCKszepWlhDUCEeYiyCTacKkhp7pP5B22tPNyoQklC +8VGTrIaAXnLsubLNdxh5nMkr3LmPUF2AyKNFMEMwDgYDVR0PAQH/BAQDAgKkMBIG +A1UdEwEB/wQIMAYBAf8CAQEwHQYDVR0OBBYEFPD8IfwU8c4cvIt97Q90guapPhXK +MAoGCCqGSM49BAMCA0gAMEUCIQDGmuGXA0+uQv52H9oc/Gwu1NWIgV8JhdIasR5v +w2X1AQIgK1375W4zG/gdq1Nq78N6qDSL+arHWLSbq297Tk8kio0= +-----END CERTIFICATE----- diff --git a/app/src/normal/assets/urls/beta.coopvpn.net.url b/app/src/normal/assets/urls/beta.coopvpn.net.url new file mode 100644 index 00000000..c748fd4b --- /dev/null +++ b/app/src/normal/assets/urls/beta.coopvpn.net.url @@ -0,0 +1,3 @@ +{ + "main_url" : "https://beta.coopvpn.net" +} diff --git a/app/src/normal/assets/urls/coopvpn.net.url b/app/src/normal/assets/urls/coopvpn.net.url deleted file mode 100644 index c748fd4b..00000000 --- a/app/src/normal/assets/urls/coopvpn.net.url +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main_url" : "https://beta.coopvpn.net" -} diff --git a/app/src/normalProductionFatDebug/assets/beta.coopvpn.net.json b/app/src/normalProductionFatDebug/assets/beta.coopvpn.net.json new file mode 100644 index 00000000..4e4929dc --- /dev/null +++ b/app/src/normalProductionFatDebug/assets/beta.coopvpn.net.json @@ -0,0 +1,29 @@ +{ + "api_uri": "https://beta.coopvpn.net", + "api_version": "5", + "api_versions": [ + "5" + ], + "ask_for_donations": false, + "ca_cert_fingerprint": "", + "ca_cert_uri": "", + "default_language": "en", + "description": { + "en": "CoopVPN Beta is an emerging VPN provider working closely with the LEAP team. This is an early access release intended for testing and feedback." + }, + "domain": "beta.coopvpn.net", + "donate_period": "", + "languages": [ + "en" + ], + "name": { + "en": "CoopVPN Beta" + }, + "service": { + "allow_anonymous": true, + "allow_registration": false + }, + "services": [ + "openvpn" + ] +} \ No newline at end of file diff --git a/app/src/normalProductionFatDebug/assets/beta.coopvpn.net.pem b/app/src/normalProductionFatDebug/assets/beta.coopvpn.net.pem new file mode 100644 index 00000000..820af1ca --- /dev/null +++ b/app/src/normalProductionFatDebug/assets/beta.coopvpn.net.pem @@ -0,0 +1,10 @@ +-----BEGIN CERTIFICATE----- +MIIBcjCCARigAwIBAgIBATAKBggqhkjOPQQDAjAfMR0wGwYDVQQDExRDTj1Db29w +IGJldGEgUm9vdCBDQTAeFw0yNjAzMjAxMjM4MjVaFw0zMTAzMjAxMjQzMjVaMB8x +HTAbBgNVBAMTFENOPUNvb3AgYmV0YSBSb290IENBMFkwEwYHKoZIzj0CAQYIKoZI +zj0DAQcDQgAEazOxKTrFlxHCKszepWlhDUCEeYiyCTacKkhp7pP5B22tPNyoQklC +8VGTrIaAXnLsubLNdxh5nMkr3LmPUF2AyKNFMEMwDgYDVR0PAQH/BAQDAgKkMBIG +A1UdEwEB/wQIMAYBAf8CAQEwHQYDVR0OBBYEFPD8IfwU8c4cvIt97Q90guapPhXK +MAoGCCqGSM49BAMCA0gAMEUCIQDGmuGXA0+uQv52H9oc/Gwu1NWIgV8JhdIasR5v +w2X1AQIgK1375W4zG/gdq1Nq78N6qDSL+arHWLSbq297Tk8kio0= +-----END CERTIFICATE----- diff --git a/app/src/normalProductionFatDebug/assets/urls/beta.coopvpn.net.url b/app/src/normalProductionFatDebug/assets/urls/beta.coopvpn.net.url new file mode 100644 index 00000000..c748fd4b --- /dev/null +++ b/app/src/normalProductionFatDebug/assets/urls/beta.coopvpn.net.url @@ -0,0 +1,3 @@ +{ + "main_url" : "https://beta.coopvpn.net" +} diff --git a/app/src/normalProductionFatDebug/assets/urls/coopvpn.net.url b/app/src/normalProductionFatDebug/assets/urls/coopvpn.net.url deleted file mode 100644 index c748fd4b..00000000 --- a/app/src/normalProductionFatDebug/assets/urls/coopvpn.net.url +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main_url" : "https://beta.coopvpn.net" -} -- cgit v1.2.3