sockoutproxy params added

This commit is contained in:
orignal 2016-01-24 09:59:02 -05:00
parent f7e21dbe5c
commit 0c9ce6258c
4 changed files with 10 additions and 5 deletions

View file

@ -15,7 +15,8 @@ namespace proxy
{
public:
SOCKSServer(const std::string& address, int port, std::shared_ptr<i2p::client::ClientDestination> localDestination = nullptr);
SOCKSServer(const std::string& address, int port, const std::string& outAddress, int outPort,
std::shared_ptr<i2p::client::ClientDestination> localDestination = nullptr);
~SOCKSServer() {};
protected: