update i2pd.conf example, update socks proxy tunnel

This commit is contained in:
R4SAS
2017-07-19 00:36:56 +03:00
parent a17f07495a
commit aa86ab97f0
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -517,7 +517,7 @@ namespace client
if (type == I2P_TUNNELS_SECTION_TYPE_SOCKS)
{
// socks proxy
clientTunnel = new i2p::proxy::SOCKSProxy(address, port, "", destinationPort, localDestination);
clientTunnel = new i2p::proxy::SOCKSProxy(address, port, false, "", destinationPort, localDestination);
clientEndpoint = ((i2p::proxy::SOCKSProxy*)clientTunnel)->GetAcceptor().local_endpoint();
}
else if (type == I2P_TUNNELS_SECTION_TYPE_HTTPPROXY)