show SOCKS proxy as client tunnel

This commit is contained in:
orignal 2016-12-27 22:45:51 -05:00
parent 08f029850f
commit b1b5904852
2 changed files with 10 additions and 0 deletions

View file

@ -113,6 +113,7 @@ namespace client
const decltype(m_ClientForwards)& GetClientForwards () const { return m_ClientForwards; }
const decltype(m_ServerForwards)& GetServerForwards () const { return m_ServerForwards; }
const i2p::proxy::HTTPProxy * GetHttpProxy () const { return m_HttpProxy; }
const i2p::proxy::SOCKSProxy * GetSocksProxy () const { return m_SocksProxy; }
};
extern ClientContext context;