diff options
author | cyBerta <cyberta@riseup.net> | 2022-11-11 01:44:55 +0100 |
---|---|---|
committer | cyberta <cyberta@riseup.net> | 2022-11-22 01:48:38 +0100 |
commit | 5af434e68ccc24858083e247690bc1948741bebb (patch) | |
tree | 32f12be48313b64aae0cbb0609798c00d3c61171 /app/src/normal | |
parent | 5955d67700ef6d674c50202247ab21d0de83048d (diff) |
set motd url for Riseup in Bitmask
Diffstat (limited to 'app/src/normal')
-rw-r--r-- | app/src/normal/assets/urls/riseup.net.url | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/normal/assets/urls/riseup.net.url b/app/src/normal/assets/urls/riseup.net.url index a33898c4..ad24ee99 100644 --- a/app/src/normal/assets/urls/riseup.net.url +++ b/app/src/normal/assets/urls/riseup.net.url @@ -2,5 +2,6 @@ "main_url" : "https://black.riseup.net", "provider_ip" : "198.252.153.70", "provider_api_ip" : "198.252.153.107", - "geoip_url" : "https://api.black.riseup.net:9001/json" + "geoip_url" : "https://api.black.riseup.net:9001/json", + "motd_url": "https://static.riseup.net/vpn/motd.json" } |