diff options
Diffstat (limited to 'ios')
| -rwxr-xr-x | ios/update-relays.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ios/update-relays.sh b/ios/update-relays.sh index 3935abe583..efb0a8a65c 100755 --- a/ios/update-relays.sh +++ b/ios/update-relays.sh @@ -14,7 +14,5 @@ fi if [ ! -f "$RELAYS_FILE" ]; then echo "Download relays file" - curl https://api.mullvad.net/rpc/ \ - -d '{"jsonrpc": "2.0", "id": "0", "method": "relay_list_v3"}' \ - --header "Content-Type: application/json" | jq -c .result > "$RELAYS_FILE" + curl https://api.mullvad.net/app/v1/relays -s -o "$RELAYS_FILE" fi |
