Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ProxyServer ¶
type ProxyServer struct { Addr string // contains filtered or unexported fields }
ProxyServer is a SOCKS5 proxy server.
func NewServer ¶
func NewServer(addr string, upstream network.Network) *ProxyServer
NewServer creates a new SOCKS5 proxy server.
func (*ProxyServer) ListenAndServe ¶
func (s *ProxyServer) ListenAndServe(ctx context.Context) error
Click to show internal directories.
Click to hide internal directories.