Changes between Version 17 and Version 18 of Openvpn24ManPage
- Timestamp:
- 12/09/20 16:20:03 (18 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Openvpn24ManPage
v17 v18 3680 3680 options at the global config file level. 3681 3681 3682 <P> 3683 3684 NOTE: 3685 <B> --push-reset </B> 3686 is very thorough: it will remove almost all options from the list of 3687 to-be-pushed options. In many cases, some of these options will need 3688 to be re-configured afterwards - specifically, 3689 <B> --topology subnet </B> 3690 and 3691 <B> --route-gateway </B> 3692 will get lost and this will break client configs in many cases. Thus, 3693 for most purposes, 3694 <B> --push-remove </B> 3695 is better suited to selectively remove push options for individual clients. 3696 3697 3698 3682 3699 <DT><B>--push-remove opt</B> 3683 3700 … … 4110 4127 <B>--client-disconnect</B> 4111 4128 4112 command is passed the same pathname as the corresponding 4113 <B>--client-connect</B> 4114 4115 command as its last argument. (after any arguments specified in 4129 command is not passed any extra arguments 4130 (only those arguments specified in 4131 4116 4132 <B>cmd</B> 4117 4133 4118 ). 4119 <B> 4120 </B> 4134 if any). 4121 4135 4122 4136 <DT><B>--client-config-dir dir</B> … … 5210 5224 AES-256-GCM:AES-256-CBC" set can either specify "--cipher BF-CBC" or 5211 5225 "--cipher AES-256-CBC" and both will work. 5226 5227 This list is restricted to be 127 chars long after conversion to OpenVPN 5228 ciphers. 5229 5212 5230 <P> 5213 5231