mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
HTTP proxy redirects to 0.0.0.0:7070/?page=jumpservices
This commit is contained in:
parent
6b3bd755b0
commit
9f41151156
3 changed files with 9 additions and 13 deletions
|
@ -61,6 +61,8 @@ namespace http {
|
|||
boost::asio::io_service::work m_Work;
|
||||
boost::asio::ip::tcp::acceptor m_Acceptor;
|
||||
};
|
||||
|
||||
void ShowJumpServices (std::stringstream& s, const std::string& address);
|
||||
} // http
|
||||
} // i2p
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue