Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HTTPServer ¶ added in v1.2.0
type Option ¶
type Option func(*Server)
func WithDialer ¶ added in v1.2.0
func WithLogger ¶
func WithTunneler ¶ added in v1.2.0
type SOCKSServer ¶ added in v1.2.0
type SOCKSServer struct {
Version socks.Version
Dialer proxy.Dialer
Tunneler proxy.Tunneler
Log proxy.Logger
}
func (*SOCKSServer) ServeSOCKS ¶ added in v1.2.0
type Server ¶
type Server struct {
// contains filtered or unexported fields
}
func (*Server) ListenAndServe ¶
Click to show internal directories.
Click to hide internal directories.