Documentation
¶
Index ¶
Constants ¶
View Source
const MaxTcpPayload = 65535
Variables ¶
Functions ¶
Types ¶
type AuthMapper ¶
type ProxyBack ¶
type ProxyBack struct { TargetProps map[string]string TargetHost string // contains filtered or unexported fields }
func NewProxyBackend ¶
type ProxyFront ¶
type ProxyFront struct {
// contains filtered or unexported fields
}
func NewProxyFront ¶
func NewProxyFront(conn net.Conn, authMapper AuthMapper) *ProxyFront
func (ProxyFront) Close ¶
func (f ProxyFront) Close()
func (*ProxyFront) Run ¶
func (f *ProxyFront) Run()
Click to show internal directories.
Click to hide internal directories.