mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
use shared local destination for proxies
This commit is contained in:
@@ -19,7 +19,7 @@ namespace proxy
|
||||
const char* GetName() { return "HTTP Proxy"; }
|
||||
|
||||
public:
|
||||
HTTPProxyServer(int port) : TCPIPAcceptor(port, i2p::data::SIGNING_KEY_TYPE_DSA_SHA1) {}
|
||||
HTTPProxyServer(int port);
|
||||
~HTTPProxyServer() {}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user