Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
bitmask_android
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Global localhost
bitmask_android
Commits
11dbd857
Commit
11dbd857
authored
2 years ago
by
cyberta
Browse files
Options
Downloads
Plain Diff
Merge branch 'update_riseup_defaults' into 'master'
Riseup changes See merge request
leap/bitmask_android!240
parents
4d9d470a
dc84c01a
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
app/build.gradle
+3
-3
3 additions, 3 deletions
app/build.gradle
app/src/normal/assets/urls/riseup.net.url
+1
-3
1 addition, 3 deletions
app/src/normal/assets/urls/riseup.net.url
with
4 additions
and
6 deletions
app/build.gradle
+
3
−
3
View file @
11dbd857
...
@@ -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"'
...
...
This diff is collapsed.
Click to expand it.
app/src/normal/assets/urls/riseup.net.url
+
1
−
3
View file @
11dbd857
{
{
"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"
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment