From af6fcecf0e8944536040f2d35a0ecbf18bd4e5a9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?EMRE=20=C3=87EL=C4=B0K?= Date: Fri, 17 Jun 2022 20:25:27 +0300 Subject: [PATCH] Dashboard TLS Mode Definition Fix --- cmd/frps/root.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cmd/frps/root.go b/cmd/frps/root.go index 5ff641bb..33014d0b 100644 --- a/cmd/frps/root.go +++ b/cmd/frps/root.go @@ -62,6 +62,9 @@ var ( maxPoolCount int64 maxPortsPerClient int64 tlsOnly bool + dashboardTLSMode bool + dashboardTLSCertFile string + dashboardTLSKeyFile string ) func init() {