mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 14:27:00 +08:00
fix tls cert not exist issue
This commit is contained in:
@@ -92,6 +92,8 @@ func parseConfigFile(configFile, tokensFile string) (controller.HandleController
|
||||
tls := server.TLS{
|
||||
Enable: common.Common.TlsMode,
|
||||
Protocol: "HTTP",
|
||||
Cert: common.Common.TlsCertFile,
|
||||
Key: common.Common.TlsKeyFile,
|
||||
}
|
||||
|
||||
if tls.Enable {
|
||||
|
||||
Reference in New Issue
Block a user