diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2017-11-23 09:53:52 +0100 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2017-11-23 12:41:13 +0100 |
| commit | d81d992aac034bc2d726b55951f0c654b2b6c470 (patch) | |
| tree | 8123d7cef16f9249386bbea555b53d1c34d7c76a /app/lib | |
| parent | e7782654f1ffc7268dd6295096bc9c7857cd3ec9 (diff) | |
| download | mullvadvpn-d81d992aac034bc2d726b55951f0c654b2b6c470.tar.xz mullvadvpn-d81d992aac034bc2d726b55951f0c654b2b6c470.zip | |
Change default udp port to 1301
Diffstat (limited to 'app/lib')
| -rw-r--r-- | app/lib/backend.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/lib/backend.js b/app/lib/backend.js index 5f19354753..db3d949ffa 100644 --- a/app/lib/backend.js +++ b/app/lib/backend.js @@ -271,7 +271,7 @@ export class Backend { openvpn: { // TODO: protocol and port are temporarily hardcoded protocol: 'udp', - port: 1300, + port: 1301, } }, }, |
