Added "donate-over-proxy" option.

This commit is contained in:
XMRig
2019-03-19 00:16:30 +07:00
parent c8929fdfdf
commit dec7460e6a
15 changed files with 229 additions and 141 deletions

View File

@@ -741,6 +741,11 @@ void xmrig::Client::parseExtensions(const rapidjson::Value &result)
else if (strcmp(name, "keepalive") == 0) {
setExtension(EXT_KEEPALIVE, true);
}
# ifdef XMRIG_FEATURE_TLS
else if (strcmp(name, "tls") == 0) {
setExtension(EXT_TLS, true);
}
# endif
}
}