update RADEME

This commit is contained in:
杨黄林
2023-09-11 18:27:25 +08:00
parent b8a24f5751
commit b92d9c061a
2 changed files with 15 additions and 2 deletions

View File

@@ -48,12 +48,18 @@ admin_user = admin
;the password of manage ui,optional
admin_pwd = admin
; frp server's dashboard config info, it's required and should be the same as frp server
; otherwise, this plugin cannot get server info
; 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
; if your frps dashboard enable tls, change this to true
dashboard_tls = false
[users]
;user user1 with meta_token 123

View File

@@ -49,11 +49,18 @@ admin_user = admin
;插件管理页面密码,与账号一起进行鉴权,可选
admin_pwd = admin
; frps 面板页面是否启用https访问,如果为true,则只能通过https访问
tls_mode = false
; tls_cert_file = cert.crt
; tls_key_file = cert.key
; frp服务器的看板页面信息必须配置且与frp服务器一致否则无法获取服务器信息
dashboard_addr = 127.0.0.1
dashboard_port = 7500
dashboard_user = admin
dashboard_pwd = admin
; 如果frps的dashboard启用了tls则把这个选项置为true否则无法获取服务器信息
dashboard_tls = false
[users]
;user1的meta_token为123