mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
sockoutproxy params added
This commit is contained in:
parent
f7e21dbe5c
commit
0c9ce6258c
4 changed files with 10 additions and 5 deletions
3
SOCKS.h
3
SOCKS.h
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue