Documentation ¶
Overview ¶
Package proxy enables SOCKS5 proxy dialling
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SOCKS5Dial ¶
SOCKS5Dial dials a net.Conn using a SOCKS5 proxy server. The socks5Proxy address can be in the form of [user:password@]host:port, [user@]host:port or just host:port if no auth is required. It will optionally take a proxyDialer to dial the SOCKS5 proxy server. If nil is passed, it will use the default net.Dialer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.