Documentation ¶
Index ¶
Constants ¶
View Source
const ( TYPE_TCP = "tcp" TYPE_TLS = "tls" TYPE_HTTP = "http" CONN_CONTROL = uint8(1) CONN_SERVER = uint8(2) CONN_CLIENT = uint8(3) )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { Local string Parent string CertFile string KeyFile string CertBytes []byte KeyBytes []byte Cert *certificate.Certificate }
type ProxyCommand ¶
type ProxyCommand struct {
command.BaseCommand
}
Click to show internal directories.
Click to hide internal directories.