mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
Make address for proxies, BOB, SAM, ... configurable (#235).
This commit is contained in:
@@ -66,7 +66,7 @@ namespace client
|
||||
{
|
||||
public:
|
||||
|
||||
I2PControlService (int port);
|
||||
I2PControlService(const std::string& address, int port);
|
||||
~I2PControlService ();
|
||||
|
||||
void Start ();
|
||||
|
||||
Reference in New Issue
Block a user