recreate http and socks proxy upon reload

This commit is contained in:
orignal 2018-01-23 15:13:43 -05:00
parent 85fa728d41
commit 162bd592f8
2 changed files with 101 additions and 69 deletions

View file

@ -87,6 +87,8 @@ namespace client
private:
void ReadTunnels ();
void ReadHttpProxy ();
void ReadSocksProxy ();
template<typename Section, typename Type>
std::string GetI2CPOption (const Section& section, const std::string& name, const Type& value) const;
template<typename Section>