diff options
author | cyBerta <cyberta@riseup.net> | 2023-01-01 21:12:01 +0100 |
---|---|---|
committer | cyBerta <cyberta@riseup.net> | 2023-01-02 03:54:18 +0100 |
commit | dc84c01adb7244bcf24d56db5eb73d2ce22970fb (patch) | |
tree | 1f16c626f65ba822bbe2525b376075d628eb0d06 /app/src/normal | |
parent | 6128136ddf9bb3626104c739db65e9e005211116 (diff) |
remove hard-coded IP's for riseup api for now, switch menshen URL
Diffstat (limited to 'app/src/normal')
-rw-r--r-- | app/src/normal/assets/urls/riseup.net.url | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/app/src/normal/assets/urls/riseup.net.url b/app/src/normal/assets/urls/riseup.net.url index ad24ee99..474580da 100644 --- a/app/src/normal/assets/urls/riseup.net.url +++ b/app/src/normal/assets/urls/riseup.net.url @@ -1,7 +1,5 @@ { "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://menshen.riseup.net/json", "motd_url": "https://static.riseup.net/vpn/motd.json" } |