Dashboard TLS Mode Definition Fix

This commit is contained in:
EMRE ÇELİK 2022-06-17 20:25:27 +03:00 committed by GitHub
parent 947c043c78
commit af6fcecf0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,6 +62,9 @@ var (
maxPoolCount int64
maxPortsPerClient int64
tlsOnly bool
dashboardTLSMode bool
dashboardTLSCertFile string
dashboardTLSKeyFile string
)
func init() {