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