Documentation
¶
Index ¶
- func DefaultHost(h, port string) string
- func DialTLSClient(addr string, conf *tls.Config) (net.Conn, error)
- func NewTLSConfig(pem, key string, poolPem ...string) (*tls.Config, error)
- func NewTLSListen(addr, pem, key, clientCert string) (net.Listener, error)
- func StartForward(addr string, dialer Dialer) error
- func StartProxy(listener net.Listener) error
- func StartProxyClient(addr, proxyAddr, pem, key string) error
- func StartProxyServer(addr, pem, key, clientPem string) error
- type Dialer
- type TLSForward
- type XORConn
- type XORForward
- type XORProxy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DefaultHost ¶
func StartForward ¶
func StartProxy ¶
func StartProxyClient ¶
func StartProxyServer ¶
Types ¶
type TLSForward ¶
type XORForward ¶
Click to show internal directories.
Click to hide internal directories.