mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
http server tunnel added
This commit is contained in:
parent
4f2f67d5b1
commit
019af7bd3a
4 changed files with 16 additions and 2 deletions
|
@ -309,5 +309,10 @@ namespace client
|
|||
conn->Connect ();
|
||||
}
|
||||
}
|
||||
|
||||
I2PServerTunnelHTTP::I2PServerTunnelHTTP (const std::string& host, int port, std::shared_ptr<ClientDestination> localDestination, int inport):
|
||||
I2PServerTunnel (host, port, localDestination, inport)
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue