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() {