mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Merge commit '84ad2a289f33a43dd71276cc494f337d0fbb3ed6' into feature/update-dependencies
This commit is contained in:
@@ -206,6 +206,10 @@ namespace openvpn {
|
||||
// Enable autologin sessions
|
||||
bool autologinSessions = true;
|
||||
|
||||
// If true, consider AUTH_FAILED to be a non-fatal error,
|
||||
// and retry the connection after a pause.
|
||||
bool retryOnAuthFailed = false;
|
||||
|
||||
// An ID used for get-certificate and RSA signing callbacks
|
||||
// for External PKI profiles.
|
||||
std::string externalPkiAlias;
|
||||
@@ -414,6 +418,7 @@ namespace openvpn {
|
||||
std::string ip; // or ip must be defined (or both)
|
||||
std::string port;
|
||||
std::string proto;
|
||||
std::string error; // if non-empty, indicates an error
|
||||
};
|
||||
|
||||
namespace Private {
|
||||
|
||||
Reference in New Issue
Block a user