"push-remove" has been in OpenVPN since 2.4, but managed to stay hidden from the "--help" output. Add.
Reported-by: mike tancsa <[email protected]> Signed-off-by: Gert Doering <[email protected]> --- src/openvpn/options.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/openvpn/options.c b/src/openvpn/options.c index a167a08a..cc3d9fa0 100644 --- a/src/openvpn/options.c +++ b/src/openvpn/options.c @@ -409,6 +409,8 @@ static const char usage_message[] = " execution. Peer must specify --pull in its config file.\n" "--push-reset : Don't inherit global push list for specific\n" " client instance.\n" + "--push-remove opt : Remove options matching 'opt' from the push list for\n" + " a specific client instance.\n" "--ifconfig-pool start-IP end-IP [netmask] : Set aside a pool of subnets\n" " to be dynamically allocated to connecting clients.\n" "--ifconfig-pool-persist file [seconds] : Persist/unpersist ifconfig-pool\n" -- 2.26.3 _______________________________________________ Openvpn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/openvpn-devel
