socks

package
v1.24.4 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2016 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

View Source
const (
	AuthTypeNoAuth   = byte(0)
	AuthTypePassword = byte(1)
)

Variables

View Source
var (
	ErrUnsupportedSocksCommand = errors.New("Unsupported socks command.")
	ErrUnsupportedAuthMethod   = errors.New("Unsupported auth method.")
)

Functions

This section is empty.

Types

type Account

type Account struct {
	Username string `json:"user"`
	Password string `json:"pass"`
}

func (*Account) Equals

func (this *Account) Equals(another protocol.Account) bool

type ClientConfig

type ClientConfig struct {
	Servers []*protocol.ServerSpec
}

type Config

type Config struct {
	AuthType   byte
	Accounts   map[string]string
	Address    v2net.Address
	UDPEnabled bool
	Timeout    int
}

func (*Config) HasAccount

func (this *Config) HasAccount(username, password string) bool

type Server

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

Server is a SOCKS 5 proxy server

func NewServer

func NewServer(config *Config, space app.Space, meta *proxy.InboundHandlerMeta) *Server

NewServer creates a new Server object.

func (*Server) Close

func (this *Server) Close()

Close implements InboundHandler.Close().

func (*Server) Port

func (this *Server) Port() v2net.Port

Port implements InboundHandler.Port().

func (*Server) Start

func (this *Server) Start() error

Listen implements InboundHandler.Listen().

type ServerFactory

type ServerFactory struct{}

func (*ServerFactory) Create

func (this *ServerFactory) Create(space app.Space, rawConfig interface{}, meta *proxy.InboundHandlerMeta) (proxy.InboundHandler, error)

func (*ServerFactory) StreamCapability

func (this *ServerFactory) StreamCapability() internet.StreamConnectionType

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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