dnsmasq: use config_get_bool for dnsmasq
[openwrt/openwrt.git] / package / network / services / openvpn / Config-nossl.in
1 if PACKAGE_openvpn-nossl
2
3 config OPENVPN_nossl_ENABLE_LZO
4 bool "Enable LZO compression support"
5 default y
6
7 config OPENVPN_nossl_ENABLE_SERVER
8 bool "Enable server support (otherwise only client mode is support)"
9 default y
10
11 config OPENVPN_nossl_ENABLE_MANAGEMENT
12 bool "Enable management server support"
13 default n
14
15 config OPENVPN_nossl_ENABLE_HTTP
16 bool "Enable HTTP proxy support"
17 default y
18
19 config OPENVPN_nossl_ENABLE_SOCKS
20 bool "Enable SOCKS proxy support"
21 default y
22
23 config OPENVPN_nossl_ENABLE_FRAGMENT
24 bool "Enable internal fragmentation support (--fragment)"
25 default y
26
27 config OPENVPN_nossl_ENABLE_MULTIHOME
28 bool "Enable multi-homed UDP server support (--multihome)"
29 default y
30
31 config OPENVPN_nossl_ENABLE_PORT_SHARE
32 bool "Enable TCP server port-share support (--port-share)"
33 default y
34
35 config OPENVPN_nossl_ENABLE_DEF_AUTH
36 bool "Enable deferred authentication"
37 default y
38
39 config OPENVPN_nossl_ENABLE_PF
40 bool "Enable internal packet filter"
41 default y
42
43 config OPENVPN_nossl_ENABLE_IPROUTE2
44 bool "Enable support for iproute2"
45 default n
46
47 config OPENVPN_nossl_ENABLE_SMALL
48 bool "Enable size optimization"
49 default y
50 help
51 enable smaller executable size (disable OCC, usage
52 message, and verb 4 parm list)
53
54 endif