2011-08-28 12:08:25 +00:00
|
|
|
menu "Configuration"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_LZO
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable LZO compression support"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_CRYPTO
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable OpenSSL crypto support"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_SSL
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable OpenSSL SSL support for TLS-based key exchange"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
|
|
|
config OPENVPN_X509_ALT_USERNAME
|
|
|
|
bool "Enable the --x509-username-field feature"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_MULTI
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable client/server support (--mode server + client mode)"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_SERVER
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable server support only (but retain client support)"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_EUREPHIA
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable support for the eurephia plug-in"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default y
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_MANAGEMENT
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable management server support"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default y
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_PKCS11
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable pkcs11 support"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_HTTP
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable HTTP proxy support"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_FRAGMENT
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable internal fragmentation support (--fragment)"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_MULTIHOME
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable multi-homed UDP server support (--multihome)"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_PORT_SHARE
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable TCP server port-share support (--port-share)"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_DEF_AUTH
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable deferred authentication"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
2011-08-29 15:31:32 +00:00
|
|
|
config OPENVPN_DISABLE_PF
|
2011-08-28 12:08:25 +00:00
|
|
|
bool "Disable internal packet filter"
|
|
|
|
depends on PACKAGE_openvpn
|
|
|
|
default n
|
|
|
|
|
|
|
|
endmenu
|