diff options
author | cyBerta <cyberta@riseup.net> | 2023-10-25 14:55:58 +0200 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-10-25 14:55:58 +0200 |
commit | a7c21c1bf54d29b674196503fab0c413e3e94f79 (patch) | |
tree | 17be6b4227ce2cb2bfa83a2fc418ede742f15bb7 /app | |
parent | b2956073c6f0770347ec71bdc592b74426fddf2a (diff) |
fix automatic provider selection for custom branded flavor
Diffstat (limited to 'app')
-rw-r--r-- | app/src/custom/assets/urls/riseup.net.url | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/src/custom/assets/urls/riseup.net.url b/app/src/custom/assets/urls/riseup.net.url new file mode 100644 index 00000000..474580da --- /dev/null +++ b/app/src/custom/assets/urls/riseup.net.url @@ -0,0 +1,5 @@ +{ + "main_url" : "https://black.riseup.net", + "geoip_url" : "https://menshen.riseup.net/json", + "motd_url": "https://static.riseup.net/vpn/motd.json" +} |