fixed #1259. read extra tunnels from tunnels.d

This commit is contained in:
orignal 2018-10-19 15:23:46 -04:00
parent 15ded89618
commit 9439621849
3 changed files with 34 additions and 9 deletions

View file

@ -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>