support tls

This commit is contained in:
杨黄林
2023-09-11 18:02:10 +08:00
parent 3528d6ed17
commit 058756af0a
5 changed files with 205 additions and 33 deletions

View File

@@ -1,15 +1,19 @@
; basic options
[common]
; frps panel config info
plugin_addr = 127.0.0.1
plugin_port = 7200
admin_user = admin
admin_pwd = admin
plugin_addr = 127.0.0.1
plugin_port = 7200
admin_user = admin
admin_pwd = admin
; frp dashboard info
dashboard_addr = 127.0.0.1
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = 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]