[common]
bind_port = 7000
# 服务器端监听 http 请求的端口(由于80端口被 nginx 占用,因此指定其他端口)
vhost_http_port = 81
# 服务器用以显示连接状态的站点端口,以下配置中可以通过访问 IP:7500 登录查看 frp 服务端状态等信息
dashboard_port = 7500
# dashboard 对应的用户名/密码
dashboard_user = username
dashboard_pwd = password
# 日志文件路径
#log_file = /root/net-ct/frp/frps.log
# 日志记录错误级别,分为 trace, debug, info, warn, error
#log_level = warn
# 日志保存最大天数
#log_max_days = 3
# 客户端连接校验码(客户端需与之相同)
privilege_token = tokenvalue
# heartbeat configure, it's not recommended to modify the default value
# the default value of heartbeat_timeout is 90
# heartbeat_timeout = 90
# only allow frpc to bind ports you list, if you set nothing, there won't be any limit
# privilege_allow_ports = 2000-3000,3001,3003,4000-50000
# pool_count in each proxy will change to max_pool_count if they exceed the maximum value
max_pool_count = 5
# max ports can be used for each client, default value is 0 means no limit
max_ports_per_client = 0
# authentication_timeout means the timeout interval (seconds) when the frpc connects frps
# if authentication_timeout is zero, the time is not verified, default is 900s
authentication_timeout = 900
# 支持外部访问的域名(需要将域名解析到IP)
subdomain_host = frps.domain.com