mirror of
https://github.com/fatedier/frp.git
synced 2026-04-22 00:49:10 +08:00
subdomain: fix a bug that subdomain is not correct for https, close #194
This commit is contained in:
@@ -166,6 +166,9 @@ func LoadConf(confFile string) (err error) {
|
||||
if ok {
|
||||
proxyClient.HttpPassWord = tmpStr
|
||||
}
|
||||
|
||||
}
|
||||
if proxyClient.Type == "http" || proxyClient.Type == "https" {
|
||||
// subdomain
|
||||
tmpStr, ok = section["subdomain"]
|
||||
if ok {
|
||||
|
||||
Reference in New Issue
Block a user