Versions in this module Expand all Collapse all v0 v0.4.0 Jun 18, 2018 v0.3.2 Jun 15, 2018 Changes in this version + func NewSocksProxy(port string) + type SocksAdapter struct + func NewSocks(target socks.Addr, conn net.Conn) *SocksAdapter + func (s *SocksAdapter) Addr() *C.Addr + func (s *SocksAdapter) Close() + func (s *SocksAdapter) Connect(proxy C.ProxyAdapter)