Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PingPacket ¶
type PingPacket struct {
// contains filtered or unexported fields
}
type ProxyServer ¶
type ProxyServer struct {
// contains filtered or unexported fields
}
func New ¶
func New(bind, remoteServer string) (*ProxyServer, error)
func (*ProxyServer) Start ¶
func (proxy *ProxyServer) Start() error
func (*ProxyServer) Stop ¶
func (proxy *ProxyServer) Stop()
Click to show internal directories.
Click to hide internal directories.