mirror of
https://github.com/fatedier/frp.git
synced 2026-03-17 23:39:16 +08:00
utils/vhost: supprot http authentication
This commit is contained in:
@@ -35,6 +35,8 @@ type ControlReq struct {
|
||||
RemotePort int64 `json:"remote_port"`
|
||||
CustomDomains []string `json:"custom_domains, omitempty"`
|
||||
HostHeaderRewrite string `json:"host_header_rewrite"`
|
||||
HttpUserName string `json:"http_username"`
|
||||
HttpPassWord string `json:"http_password"`
|
||||
Timestamp int64 `json:"timestamp"`
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user