packages/tor{,-alpha}: use a fixed predictable pid-file location (patch from Peter...
[packages.git] / net / openvpn / Config.in
1 menu "Configuration"
2         depends on PACKAGE_openvpn
3
4 config OPENVPN_DISABLE_LZO
5         bool "Disable LZO compression support"
6         depends on PACKAGE_openvpn
7         default n
8
9 config OPENVPN_DISABLE_CRYPTO
10         bool "Disable OpenSSL crypto support"
11         depends on PACKAGE_openvpn
12         default n
13
14 config OPENVPN_DISABLE_SSL
15         bool "Disable OpenSSL SSL support for TLS-based key exchange"
16         depends on PACKAGE_openvpn
17         default n
18
19 config OPENVPN_X509_ALT_USERNAME
20         bool "Enable the --x509-username-field feature"
21         depends on PACKAGE_openvpn
22         default n
23
24 config OPENVPN_DISABLE_MULTI
25         bool "Disable client/server support (--mode server + client mode)"
26         depends on PACKAGE_openvpn
27         default n
28
29 config OPENVPN_DISABLE_SERVER
30         bool "Disable server support only (but retain client support)"
31         depends on PACKAGE_openvpn
32         default n
33
34 config OPENVPN_DISABLE_EUREPHIA
35         bool "Disable support for the eurephia plug-in"
36         depends on PACKAGE_openvpn
37         default y
38
39 config OPENVPN_DISABLE_MANAGEMENT
40         bool "Disable management server support"
41         depends on PACKAGE_openvpn
42         default y
43
44 config OPENVPN_DISABLE_PKCS11
45         bool "Disable pkcs11 support"
46         depends on PACKAGE_openvpn
47         default n
48
49 config OPENVPN_DISABLE_HTTP
50         bool "Disable HTTP proxy support"
51         depends on PACKAGE_openvpn
52         default n
53
54 config OPENVPN_DISABLE_FRAGMENT
55         bool "Disable internal fragmentation support (--fragment)"
56         depends on PACKAGE_openvpn
57         default n
58
59 config OPENVPN_DISABLE_MULTIHOME
60         bool "Disable multi-homed UDP server support (--multihome)"
61         depends on PACKAGE_openvpn
62         default n
63
64 config OPENVPN_DISABLE_PORT_SHARE
65         bool "Disable TCP server port-share support (--port-share)"
66         depends on PACKAGE_openvpn
67         default n
68
69 config OPENVPN_ENABLE_PASSWORD_SAVE
70         bool "Allow --askpass and --auth-user-pass passwords to be read from a file"
71         depends on PACKAGE_openvpn
72         default n
73
74 config OPENVPN_DISABLE_DEF_AUTH
75         bool "Disable deferred authentication"
76         depends on PACKAGE_openvpn
77         default n
78
79 config OPENVPN_DISABLE_PF
80         bool "Disable internal packet filter"
81         depends on PACKAGE_openvpn
82         default n
83
84 endmenu