mirror of
https://github.com/fatedier/frp.git
synced 2026-03-24 09:08:13 +08:00
subdomain: subdomain can be configured in frps.ini, fix #220
This commit is contained in:
@@ -79,6 +79,7 @@ func NewProxyServerFromCtlMsg(req *msg.ControlReq) (p *ProxyServer) {
|
||||
p.ListenPort = VhostHttpsPort
|
||||
}
|
||||
p.CustomDomains = req.CustomDomains
|
||||
p.SubDomain = req.SubDomain
|
||||
p.Locations = req.Locations
|
||||
p.HostHeaderRewrite = req.HostHeaderRewrite
|
||||
p.HttpUserName = req.HttpUserName
|
||||
|
||||
Reference in New Issue
Block a user