diff options
Diffstat (limited to 'app/lib/backend.js')
| -rw-r--r-- | app/lib/backend.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 3acc58928a..d0344880ac 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -130,21 +130,21 @@ export class Backend { fastestServer(): ServerInfo { return { - address: 'se.mullvad.net', + address: '193.138.219.226', name: 'Fastest', - city: 'Lund', + city: 'Malmö', country: 'Sweden', - location: [51.5073509, -0.1277583] + location: [0.0, 0.0] }; } nearestServer(): ServerInfo { return { - address: 'es.mullvad.net', + address: '185.65.132.108', name: 'Nearest', - city: 'Madrid', - country: 'Spain', - location: [40.4167754, -3.7037902] + city: 'Helsingborg', + country: 'Sweden', + location: [0.0, 0.0] }; } |
