mirror of
https://github.com/yhl452493373/frps-panel.git
synced 2026-04-04 06:16:59 +08:00
rename tls config
This commit is contained in:
@@ -5,15 +5,17 @@ plugin_addr = 127.0.0.1
|
||||
plugin_port = 7200
|
||||
admin_user = admin
|
||||
admin_pwd = admin
|
||||
|
||||
; enable tls
|
||||
tls_mode = false
|
||||
; tls_cert_file = cert.crt
|
||||
; tls_key_file = cert.key
|
||||
|
||||
; frp dashboard info
|
||||
dashboard_addr = 127.0.0.1
|
||||
dashboard_port = 7500
|
||||
dashboard_user = admin
|
||||
dashboard_pwd = admin
|
||||
; enable tls
|
||||
dashboard_tls_mode = false
|
||||
dashboard_tls_cert_file = cert.crt
|
||||
dashboard_tls_key_file = cert.key
|
||||
|
||||
; user tokens
|
||||
[users]
|
||||
|
||||
Reference in New Issue
Block a user