diff options
| author | Emīls Piņķis <emils@mullvad.net> | 2018-07-17 12:26:33 +0100 |
|---|---|---|
| committer | Emīls Piņķis <emils@mullvad.net> | 2018-07-17 12:26:33 +0100 |
| commit | 0d5827f2d9be38e7c48deed7427feb189f13fcd6 (patch) | |
| tree | b5ade94eb9f6f32cc9ca7e64d972edf26b69b9a3 /README.md | |
| parent | 508fc0775e62f9361df2814cad5229b7706d4095 (diff) | |
| parent | f4125b8f3776ecdabd7a7eb0913ae47a39ab5c78 (diff) | |
| download | mullvadvpn-0d5827f2d9be38e7c48deed7427feb189f13fcd6.tar.xz mullvadvpn-0d5827f2d9be38e7c48deed7427feb189f13fcd6.zip | |
Merge branch 'replace-list-relays-with-curl'
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -86,8 +86,12 @@ homebrew: ``` 1. Get the latest list of Mullvad relays: - ``` - ./target/debug/list-relays > dist-assets/relays.json + ```bash + curl -X POST \ + -H "Content-Type: application/json" \ + -d '{"jsonrpc": "2.0", "id": "0", "method": "relay_list"}' \ + https://api.mullvad.net/rpc/ \ + -o dist-assets/relays.json ``` 1. Run the daemon debug binary with verbose logging to the terminal with: |
