From 1f99fc9845457b2d58d584adb47866a1eec8a7dc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 13 May 2014 20:36:58 +0200 Subject: [PATCH 1/1] openvpn: Fix wrong default port number. --- config/ovpn/settings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/ovpn/settings b/config/ovpn/settings index b78fc32d7..8fa37fe07 100644 --- a/config/ovpn/settings +++ b/config/ovpn/settings @@ -1,6 +1,6 @@ ENABLED=off ENABLED_BLUE=off ENABLED_ORANGE=off -DDEST_PORT=1149 +DDEST_PORT=1194 DPROTOCOL=udp VPN_IP= -- 2.39.2