Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ControlReq ¶
type ControlReq struct { Type int64 `json:"type"` ProxyName string `json:"proxy_name"` AuthKey string `json:"auth_key"` UseEncryption bool `json:"use_encryption"` UseGzip bool `json:"use_gzip"` PoolCount int64 `json:"pool_count"` // configures used if privilege_mode is enabled PrivilegeMode bool `json:"privilege_mode"` PrivilegeKey string `json:"privilege_key"` ProxyType string `json:"proxy_type"` RemotePort int64 `json:"remote_port"` CustomDomains []string `json:"custom_domains, omitempty"` HostHeaderRewrite string `json:"host_header_rewrite"` Timestamp int64 `json:"timestamp"` }
messages between control connections of frpc and frps
type ControlRes ¶
type GeneralRes ¶
Click to show internal directories.
Click to hide internal directories.