#设置日志存放位置和清理日志时间 log_file = /usr/local/frps/frps/frps.log log_level = info log_max_days = 3 #设置服务端和客户端的唯一token token = lsdfjiWEsdfl?/skd #设置连接数 max_pool_count = 20 tcp_mux = true 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15...
# 日志保存设定, 保存位置、保存时长 log_file = ./frps.log log_level = info log_max_days = 7 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 启动命令(如果启动失败,需要先设置防火墙开放端口) ./frps -c frps.toml & 1. 启动成功可以去浏览器验证一下仪表盘页面 仪表盘...
log_file = ./frpc.log # trace, debug, info, warn, error log_level = info log_max_days = 3 # for authentication privilege_token = 12345678 # set admin address for control frpc's action by http api such as reload admin_addr = 127.0.0.1 admin_port = 7400 admin_user = admin admi...
log_file = /etc/frp/log/frps.log 请改为需要存放在那里的正确路径。日志记录类别 log_level = info 可选:trace, debug, info, warn, error 最多保存多少天日志 log_max_days = 7 可自定义保存多少天。你的内网穿透名称,将显示为 {名称}.{对应服务名称} user = your_name 请填大小写字...
# [common] is integral section[common]# 设置服务器IP地址,以阿里云为准server_addr =# 设置连接端口,和服务端端口一致server_port = 5443# 默认设置admin_addr = 127.0.0.1# 自行修改admin_port = 7400# console or real logFile path like ./frpc.log#log_file = ./logs/frpc.log# debug, info,...
# This configuration file is for reference only. Please do not use this configuration directly to run the program as it may have various issues. # 此配置文件仅供参考。请不要直接使用此配置来运行程序,因为它可能有各种问题。 # A literal address or host name for IPv6 must be enclosed ...
log_file=/var/log/frpc.log # trace, debug, info, warn, error log_level=info log_max_days=1 # for authentication token=*** # set admin address for control frpc's action by http api such as reload admin_addr=127.0.0.1 admin_port=7400 admin...
log_file = ./frpc.log# trace, debug, info, warn, error log_level = infolog_max_days = 3# disable log colors when log_file is console, default is false disable_log_color = false# for authentication, should be same as your frps.ini ...
log_file=./frpc.log # trace, debug, info, warn, error log_level=info log_max_days=3 # for authentication token=12345678 # set admin address for control frpc's action by http api such as reload admin_addr=127.0.0.1 admin_port=7400 ...
Multiple natively supported clientplug-ins(static file viewing, HTTP, SOCK5 proxy, etc.) facilitate independent use of frp client to complete certain tasks. 高度扩展性的服务端插件系统,方便结合自身需求进行功能扩展。 The highly extensible server-side plug-in system facilitates functional expansion accordi...