socks

package
v1.0.2 Latest Latest
Warning

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

Go to latest
Published: Nov 16, 2023 License: GPL-3.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func HandleSocks4

func HandleSocks4(conn net.Conn, tunnel C.Tunnel, additions ...inbound.Addition)

func HandleSocks5

func HandleSocks5(conn net.Conn, tunnel C.Tunnel, additions ...inbound.Addition)

Types

type Listener

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

func New

func New(addr string, tunnel C.Tunnel, additions ...inbound.Addition) (*Listener, error)

func (*Listener) Address

func (l *Listener) Address() string

Address implements C.Listener

func (*Listener) Close

func (l *Listener) Close() error

Close implements C.Listener

func (*Listener) RawAddress

func (l *Listener) RawAddress() string

RawAddress implements C.Listener

type UDPListener

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

func NewUDP

func NewUDP(addr string, tunnel C.Tunnel, additions ...inbound.Addition) (*UDPListener, error)

func (*UDPListener) Address

func (l *UDPListener) Address() string

Address implements C.Listener

func (*UDPListener) Close

func (l *UDPListener) Close() error

Close implements C.Listener

func (*UDPListener) RawAddress

func (l *UDPListener) RawAddress() string

RawAddress implements C.Listener

Jump to

Keyboard shortcuts

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