Skip to content
Snippets Groups Projects
Commit 11dbd857 authored by cyberta's avatar cyberta
Browse files

Merge branch 'update_riseup_defaults' into 'master'

Riseup changes

See merge request leap/bitmask_android!240
parents 4d9d470a dc84c01a
Branches
No related tags found
No related merge requests found
...@@ -131,12 +131,12 @@ android { ...@@ -131,12 +131,12 @@ android {
def customProviderUrl = '"https://black.riseup.net"' def customProviderUrl = '"https://black.riseup.net"'
buildConfigField "String", "customProviderUrl", customProviderUrl buildConfigField "String", "customProviderUrl", customProviderUrl
//static ip address of provider, using a commercially validated CA certificate to serve the provider.json //static ip address of provider, using a commercially validated CA certificate to serve the provider.json
def customProviderIp = '"198.252.153.70"' def customProviderIp = '""'
buildConfigField "String", "customProviderIp", customProviderIp buildConfigField "String", "customProviderIp", customProviderIp
//static ip address of the provider api, using a self signed certificate to serve provider.json, eip-service.json etc. //static ip address of the provider api, using a self signed certificate to serve provider.json, eip-service.json etc.
def customProviderApiIp = '"198.252.153.107"' def customProviderApiIp = '""'
buildConfigField "String", "customProviderApiIp", customProviderApiIp buildConfigField "String", "customProviderApiIp", customProviderApiIp
def geoipUrl = '"https://api.black.riseup.net:9001/json"' def geoipUrl = '"https://menshen.riseup.net/json"'
buildConfigField "String", "geoipUrl", geoipUrl buildConfigField "String", "geoipUrl", geoipUrl
//URL for the message of the day, see https://0xacab.org/leap/motd#motd-message-of-the-day //URL for the message of the day, see https://0xacab.org/leap/motd#motd-message-of-the-day
def customProviderMotdUrl = '"https://static.riseup.net/vpn/motd.json"' def customProviderMotdUrl = '"https://static.riseup.net/vpn/motd.json"'
......
{ {
"main_url" : "https://black.riseup.net", "main_url" : "https://black.riseup.net",
"provider_ip" : "198.252.153.70", "geoip_url" : "https://menshen.riseup.net/json",
"provider_api_ip" : "198.252.153.107",
"geoip_url" : "https://api.black.riseup.net:9001/json",
"motd_url": "https://static.riseup.net/vpn/motd.json" "motd_url": "https://static.riseup.net/vpn/motd.json"
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment