返回

FRP客户端和服务端配置指南

2022-08-01

FRP客户端配置文件

  • 版本:33.0
[common]
token=12345678
server_addr = www.example.com
server_port = 12000
admin_addr = 0.0.0.0
admin_port = 7400
admin_user = chancel
admin_pwd = chancel

[Ubuntu1804-SSH]
type = tcp
local_ip = 176.16.0.10
local_port = 22
remote_port = 20022

FRP服务端配置(版本33)

[common]
bind_addr = 0.0.0.0
bind_port = 12000
kcp_bind_port = 12000

# Web
dashboard_port = 5005
dashboard_user = chancel
dashboard_pwd = chancel

# token
token = 12345678