socks

package
v1.1.4 Latest Latest
Warning

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

Go to latest
Published: Dec 12, 2015 License: MIT Imports: 13 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 Config added in v1.1.1

type Config interface {
	IsNoAuth() bool
	IsPassword() bool
	HasAccount(username, password string) bool
	IP() net.IP
	UDPEnabled() bool
}

type SocksServer

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

SocksServer is a SOCKS 5 proxy server

func NewSocksServer

func NewSocksServer(space app.Space, config Config) *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 v2net.Port) error

func (*SocksServer) ListenUDP

func (this *SocksServer) ListenUDP(port v2net.Port) error

type SocksServerFactory

type SocksServerFactory struct {
}

func (SocksServerFactory) Create

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

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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