proxy

package
v3.0.2+incompatible Latest Latest
Warning

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

Go to latest
Published: Sep 1, 2018 License: BSD-3-Clause, GPL-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrProtocol        = errors.New("protocol error")
	ErrWrongFmt        = errors.New("connect packet wrong format")
	ErrUnknownAddrType = errors.New("unknown addr type")
	ErrIPv6            = errors.New("ipv6 not support yet")
	ErrAuthPacket      = errors.New("Auth Packet Error")
	ErrAuthMethod      = errors.New("auth method wrong")
	ErrAuthFailed      = errors.New("auth failed")
)

Functions

func BasicAuth

func BasicAuth(w http.ResponseWriter, r *http.Request, username string, password string) bool

func GetConnect

func GetConnect(reader *bufio.Reader) (hostname string, port uint16, err error)

func GetHandshake

func GetHandshake(reader *bufio.Reader) (methods []byte, err error)

func GetUserPass

func GetUserPass(reader *bufio.Reader) (user string, password string, err error)

func SendAuthResult

func SendAuthResult(writer *bufio.Writer, status byte) (err error)

func SendConnectResponse

func SendConnectResponse(writer *bufio.Writer, res byte) (err error)

func SendHandshakeResponse

func SendHandshakeResponse(writer *bufio.Writer, status byte) (err error)

Types

type HttpProxy

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

func NewHttpProxy

func NewHttpProxy(dialer netutil.Dialer, username string, password string) (p *HttpProxy)

func (*HttpProxy) Connect

func (p *HttpProxy) Connect(w http.ResponseWriter, r *http.Request)

func (*HttpProxy) ServeHTTP

func (p *HttpProxy) ServeHTTP(w http.ResponseWriter, req *http.Request)

type SocksProxy

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

func NewSocksProxy

func NewSocksProxy(dialer netutil.Dialer, addr, username, password string) (p *SocksProxy)

func (*SocksProxy) ServeConn

func (p *SocksProxy) ServeConn(conn net.Conn)

func (*SocksProxy) SocksHandler

func (p *SocksProxy) SocksHandler(conn net.Conn) (dstconn net.Conn, err error)

func (*SocksProxy) Start

func (p *SocksProxy) Start()

Jump to

Keyboard shortcuts

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