{{ define "appcfg/frp" }} {{template "common/header" }}

FRP

在这里您可以配置frpc客户端。
基础配置
默认 7000
只读,路径不可更改
{{ $x := .frpcfg.Common.LogLevel }} 默认 info
{{ $lfe := .frpcfg.Common.LoginFailExit }} 默认 NO (一直尝试,直到成功)
默认 3
与Frps服务器所配置的'token'相同。
指定预创建连接的数量,默认值5。
该配置项服务端和客户端必须一致。
代理名称将更改为{user}.{proxy}
默认 3
默认 3
默认 0.0.0.0
默认 7400
默认 admin
默认 admin


{{template "common/footer"}} {{ end }}