socks

package
v0.0.0-...-f596b8d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2020 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	UnsupportedSocksCommand = errors.New("Unsupported socks command.")
	UnsupportedAuthMethod   = errors.New("Unsupported auth method.")
)

Functions

This section is empty.

Types

type SocksServer

type SocksServer struct {
	// contains filtered or unexported fields
}

SocksServer is a SOCKS 5 proxy server

func NewSocksServer

func NewSocksServer(dispatcher app.PacketDispatcher, config *jsonconfig.SocksConfig) *SocksServer

func (*SocksServer) AcceptConnections

func (this *SocksServer) AcceptConnections(listener *net.TCPListener)

func (*SocksServer) AcceptPackets

func (this *SocksServer) AcceptPackets(conn *net.UDPConn) error

func (*SocksServer) HandleConnection

func (this *SocksServer) HandleConnection(connection *net.TCPConn) error

func (*SocksServer) Listen

func (this *SocksServer) Listen(port uint16) error

func (*SocksServer) ListenUDP

func (this *SocksServer) ListenUDP(port uint16) error

type SocksServerFactory

type SocksServerFactory struct {
}

func (SocksServerFactory) Create

func (this SocksServerFactory) Create(dispatcher app.PacketDispatcher, rawConfig interface{}) (connhandler.InboundConnectionHandler, error)

Directories

Path Synopsis
config

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL