mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-04-27 11:17:49 +02:00
recreate http and socks proxy upon reload
This commit is contained in:
parent
85fa728d41
commit
162bd592f8
2 changed files with 101 additions and 69 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue