openvpn: enable management interface
authorPaul Donald <redacted>
Sun, 8 Feb 2026 21:47:32 +0000 (22:47 +0100)
committerHannu Nyman <redacted>
Sun, 22 Feb 2026 09:54:13 +0000 (11:54 +0200)
This eases management of live servers via its socket
interface.

Signed-off-by: Paul Donald <redacted>
https://github.com/openwrt/packages/pull/28533

net/openvpn/Config-mbedtls.in
net/openvpn/Config-openssl.in
net/openvpn/Config-wolfssl.in

index 0cf46a917f04a01fddbcf9bc83f38e5dc3f39137..8e2cd107a4344c24f08ce136b910c099035af6c2 100644 (file)
@@ -14,7 +14,7 @@ config OPENVPN_mbedtls_ENABLE_LZ4
 
 config OPENVPN_mbedtls_ENABLE_MANAGEMENT
        bool "Enable management server support"
-       default n
+       default y
 
 #config OPENVPN_mbedtls_ENABLE_PKCS11
 #      bool "Enable pkcs11 support"
index b5a928258629b62281eaf372555cfd14f49c2aa0..bae5fc647f2fbdf7b4ca15a5e5ae8639a777f1fb 100644 (file)
@@ -18,7 +18,7 @@ config OPENVPN_openssl_ENABLE_X509_ALT_USERNAME
 
 config OPENVPN_openssl_ENABLE_MANAGEMENT
        bool "Enable management server support"
-       default n
+       default y
 
 #config OPENVPN_openssl_ENABLE_PKCS11
 #      bool "Enable pkcs11 support"
index 68bf6b064c978c1a68c03dfb45aa292aa47de446..0dd095a21572f65e17f3d1eeb481451d1c8d6ce8 100644 (file)
@@ -23,7 +23,7 @@ config OPENVPN_wolfssl_ENABLE_X509_ALT_USERNAME
 
 config OPENVPN_wolfssl_ENABLE_MANAGEMENT
        bool "Enable management server support"
-       default n
+       default y
 
 #config OPENVPN_wolfssl_ENABLE_PKCS11
 #      bool "Enable pkcs11 support"
git clone https://git.99rst.org/PROJECT