mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-28 11:47:48 +02:00
fixed #1259. read extra tunnels from tunnels.d
This commit is contained in:
parent
15ded89618
commit
9439621849
3 changed files with 34 additions and 9 deletions
|
@ -87,6 +87,7 @@ namespace client
|
|||
private:
|
||||
|
||||
void ReadTunnels ();
|
||||
void ReadTunnels (const std::string& tunConf, int& numClientTunnels, int& numServerTunnels);
|
||||
void ReadHttpProxy ();
|
||||
void ReadSocksProxy ();
|
||||
template<typename Section, typename Type>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue