mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
http server tunnel added
This commit is contained in:
parent
4f2f67d5b1
commit
019af7bd3a
4 changed files with 16 additions and 2 deletions
|
@ -104,6 +104,14 @@ namespace client
|
|||
std::set<i2p::data::IdentHash> m_AccessList;
|
||||
bool m_IsAccessList;
|
||||
};
|
||||
|
||||
class I2PServerTunnelHTTP: public I2PServerTunnel
|
||||
{
|
||||
public:
|
||||
|
||||
I2PServerTunnelHTTP (const std::string& host, int port,
|
||||
std::shared_ptr<ClientDestination> localDestination, int inport = 0);
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue