Documentation ¶
Index ¶
Constants ¶
Variables ¶
Functions ¶
This section is empty.
Types ¶
type Config ¶ added in v1.1.1
type Server ¶ added in v1.12.1
type Server struct {
// contains filtered or unexported fields
}
Server is a SOCKS 5 proxy server
func NewServer ¶ added in v1.12.1
func NewServer(config *Config, packetDispatcher dispatcher.PacketDispatcher) *Server
NewServer creates a new Server object.
func (*Server) Close ¶ added in v1.12.1
func (this *Server) Close()
Close implements InboundHandler.Close().
func (*Server) Listen ¶ added in v1.12.1
Listen implements InboundHandler.Listen().
Click to show internal directories.
Click to hide internal directories.