mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 19:10:30 +04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user