diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-24 15:34:07 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-02-24 15:34:07 +0000 |
| commit | d8dc993b0a18b9389f27b1a1dd8993f985656c9a (patch) | |
| tree | 5de1129ccc7f7d951f2e06bc7dd615c1c25c1ef7 | |
| parent | 32b89a46fe8c907738cc9336047a6d5738df7e8f (diff) | |
| download | mullvadvpn-d8dc993b0a18b9389f27b1a1dd8993f985656c9a.tar.xz mullvadvpn-d8dc993b0a18b9389f27b1a1dd8993f985656c9a.zip | |
Set fastest server as default
| -rw-r--r-- | app/constants.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/constants.js b/app/constants.js index 6c969aabc7..f9c459b081 100644 --- a/app/constants.js +++ b/app/constants.js @@ -111,6 +111,6 @@ module.exports = { location: [40.7127837, -74.0059413] } }, - defaultServer: 'se1.mullvad.net', // can be nearest, fastest or any of keys from .servers + defaultServer: 'fastest', // can be nearest, fastest or any of keys from .servers LoginState, ConnectionState }; |
