diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-03 09:04:52 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2006-02-03 09:04:52 +0000 |
commit | 8d33c060282fedc26d46e02aeee98fb751330adb (patch) | |
tree | 51ec9482e012e08e93759fdde9329b76d60442bd /options.h | |
parent | Added --management-client option to connect as a client to (diff) | |
download | openvpn-8d33c060282fedc26d46e02aeee98fb751330adb.tar.xz |
Added feature to --management-client to confirm connection
by writing IP addr and port to a file.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@885 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | options.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -280,6 +280,7 @@ struct options bool management_query_passwords; bool management_hold; bool management_client; + const char *management_write_peer_info_file; #endif #ifdef ENABLE_PLUGIN |