1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-03-10 04:31:03 +00:00

Test specifically for socks5h in socks support for stratum.

This commit is contained in:
ckolivas 2013-09-06 10:28:36 +10:00
parent d7003ecccf
commit a589de5a8b

1
util.c
View File

@ -1912,6 +1912,7 @@ static bool setup_stratum_socket(struct pool *pool)
return false;
break;
case CURLPROXY_SOCKS5:
case CURLPROXY_SOCKS5_HOSTNAME:
if (!socks5_negotiate(pool, sockd))
return false;
break;