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 /test | |
| parent | e7782654f1ffc7268dd6295096bc9c7857cd3ec9 (diff) | |
| download | mullvadvpn-d81d992aac034bc2d726b55951f0c654b2b6c470.tar.xz mullvadvpn-d81d992aac034bc2d726b55951f0c654b2b6c470.zip | |
Change default udp port to 1301
Diffstat (limited to 'test')
| -rw-r--r-- | test/mocks/ipc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mocks/ipc.js b/test/mocks/ipc.js index 5b3b7ea1ac..59655c03ab 100644 --- a/test/mocks/ipc.js +++ b/test/mocks/ipc.js @@ -35,7 +35,7 @@ export function newMockIpc() { host: 'www.example.com', tunnel: { openvpn: { - port: 1300, + port: 1301, protocol: 'udp', } } |
