From 28dc9f7aeb79ede69bd351721bd9e72027fb7897 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Mon, 18 Mar 2024 22:25:16 +0100 Subject: [PATCH] luci-app-travelmate: disable vpn processing by default Signed-off-by: Dirk Brenken (cherry picked from commit 81496b88daf004ff2622bf8f47dbe6288abf8b26) --- .../htdocs/luci-static/resources/view/travelmate/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js index e7a78cfae6..61b8c8d8fc 100644 --- a/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js +++ b/applications/luci-app-travelmate/htdocs/luci-static/resources/view/travelmate/overview.js @@ -316,7 +316,7 @@ return view.extend({ o.rmempty = false; o = s.taboption('general', form.Flag, 'trm_vpn', _('VPN processing'), _('VPN connections will be managed by travelmate.')); - o.default = 1; + o.default = 0; o.rmempty = false; o = s.taboption('general', widgets.NetworkSelect, 'trm_vpnifacelist', _('Limit VPN processing'), _('Limit VPN processing to certain interfaces.')); -- 2.30.2