diff options
| -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 }; |
