Dashboard TLS Mode Definition Fix
This commit is contained in:
parent
947c043c78
commit
af6fcecf0e
@ -62,6 +62,9 @@ var (
|
|||||||
maxPoolCount int64
|
maxPoolCount int64
|
||||||
maxPortsPerClient int64
|
maxPortsPerClient int64
|
||||||
tlsOnly bool
|
tlsOnly bool
|
||||||
|
dashboardTLSMode bool
|
||||||
|
dashboardTLSCertFile string
|
||||||
|
dashboardTLSKeyFile string
|
||||||
)
|
)
|
||||||
|
|
||||||
func init() {
|
func init() {
|
||||||
|
Loading…
Reference in New Issue
Block a user