diff options
| author | Erik Larkö <erik@mullvad.net> | 2017-10-02 08:03:16 +0200 |
|---|---|---|
| committer | Erik Larkö <erik@mullvad.net> | 2017-10-02 08:03:16 +0200 |
| commit | 7b647cdfa2c015e876e139e2cdd28d170b6ac60c (patch) | |
| tree | 22c7fb5b3ad53174a59dff2f0d1204efeec0ccf2 | |
| parent | 284f3dd5a8526a4292c2ce8ecab3491d576c4ac2 (diff) | |
| parent | c346fbfbe2268f299a9a927db8a739b4647a2baa (diff) | |
| download | mullvadvpn-7b647cdfa2c015e876e139e2cdd28d170b6ac60c.tar.xz mullvadvpn-7b647cdfa2c015e876e139e2cdd28d170b6ac60c.zip | |
Merge branch 'fixup-server-list'
| -rw-r--r-- | app/config.json | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app/config.json b/app/config.json index 18bf4d5ce2..8fda37c90f 100644 --- a/app/config.json +++ b/app/config.json @@ -116,9 +116,9 @@ }, "185.65.134.140": { "address": "185.65.134.140", - "name": "The Netherlands", + "name": "Netherlands", "city": "Amsterdam", - "country": "The Netherlands", + "country": "Netherlands", "location": [ 52.3702157, 4.895167900000001 @@ -172,19 +172,19 @@ }, "185.65.135.73": { "address": "185.65.135.73", - "name": "Sweden", + "name": "Sweden - Stockholm", "city": "Stockholm", "country": "Sweden" }, "193.138.219.226": { "address": "193.138.219.226", - "name": "Sweden", + "name": "Sweden - Malmö", "city": "Malmö", "country": "Sweden" }, "185.65.132.108": { "address": "185.65.132.108", - "name": "Sweden", + "name": "Sweden - Helsingborg", "city": "Helsingborg", "country": "Sweden" }, |
