openvpn: enable management interface

This eases management of live servers via its socket
interface.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
https://github.com/openwrt/packages/pull/28533
This commit is contained in:
Paul Donald
2026-02-08 22:47:32 +01:00
committed by Hannu Nyman
parent 0ff7aa62fc
commit 90d5a8ce35
3 changed files with 3 additions and 3 deletions
+1 -1
View 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"
+1 -1
View 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"
+1 -1
View 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"