From fe0c78289d507a37f74e54d871e900be8f933c8d Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Wed, 14 Aug 2024 14:42:42 +0200 Subject: [PATCH] VPN: OpenVPN: Instances - unhide server fields for DCO, closes https://github.com/opnsense/core/issues/7772 --- .../app/controllers/OPNsense/OpenVPN/forms/dialogInstance.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/forms/dialogInstance.xml b/src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/forms/dialogInstance.xml index 1f70e996c..1d2603ee2 100644 --- a/src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/forms/dialogInstance.xml +++ b/src/opnsense/mvc/app/controllers/OPNsense/OpenVPN/forms/dialogInstance.xml @@ -91,7 +91,7 @@ instance.server text - + This directive will set up an OpenVPN server which will allocate addresses to clients out of the given network/netmask. The server itself will take the .1 address of the given network for use as the server-side endpoint of the local TUN/TAP interface @@ -101,7 +101,7 @@ instance.server_ipv6 text - + This directive will set up an OpenVPN server which will allocate addresses to clients out of the given network/netmask. The server itself will take the next base address (+1) of the given network for use as the server-side endpoint of the local TUN/TAP interface