10 lines
257 B
TOML
10 lines
257 B
TOML
# https://github.com/fatedier/frp/blob/dev/conf/frps_full_example.toml
|
|
[common]
|
|
# 监听端口
|
|
bind_port = 7000
|
|
# 面板端口
|
|
dashboard_port = 7500
|
|
# 登录面板的账号密码(修改成自己的)
|
|
dashboard_user = admin
|
|
dashboard_pwd = admin
|
|
# token = |