mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
IRC tunnel support
This commit is contained in:
parent
a405a3a89a
commit
d8918edb51
3 changed files with 26 additions and 2 deletions
1
SOCKS.h
1
SOCKS.h
|
@ -73,6 +73,7 @@ namespace proxy
|
|||
void Start();
|
||||
void Stop();
|
||||
|
||||
boost::asio::io_service& GetService () { return m_ios; };
|
||||
|
||||
private:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue