diff options
author | cyBerta <cyberta@riseup.net> | 2022-08-07 18:05:20 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2022-08-07 18:05:20 +0200 |
commit | a457170cf50138104b5215d8affae0bc9874867c (patch) | |
tree | 90ab7bf0333d98ca477e22f532297b57858dccc8 /app/build.gradle | |
parent | cc354bc34d4c801242eee89a416b088934f9935c (diff) |
set riseup's main_url to black.riseup.net while still showing riseup.net as domain in the UI
Diffstat (limited to 'app/build.gradle')
-rw-r--r-- | app/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/build.gradle b/app/build.gradle index 7eec00b0..b86a5810 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -123,7 +123,7 @@ android { //Set app name here appName = "Riseup VPN" //Provider base url, e.g. '"https://example.com"' - def customProviderUrl = '"https://riseup.net"' + def customProviderUrl = '"https://black.riseup.net"' buildConfigField "String", "customProviderUrl", customProviderUrl //static ip address of provider, using a commercially validated CA certificate to serve the provider.json def customProviderIp = '"198.252.153.70"' |