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