Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func HandleSocks4 ¶ added in v1.7.0
func HandleSocks4(conn net.Conn, in chan<- C.ConnContext)
func HandleSocks5 ¶ added in v1.7.0
func HandleSocks5(conn net.Conn, in chan<- C.ConnContext)
Types ¶
type Listener ¶
type Listener struct {
// contains filtered or unexported fields
}
func (*Listener) RawAddress ¶ added in v1.7.0
RawAddress implements C.Listener
type UDPListener ¶
type UDPListener struct {
// contains filtered or unexported fields
}
func (*UDPListener) RawAddress ¶ added in v1.7.0
func (l *UDPListener) RawAddress() string
RawAddress implements C.Listener
Click to show internal directories.
Click to hide internal directories.