本文最后更新于 107 天前,其中的信息可能已经有所发展或是发生改变。
工具需求
frp
下载地址 Releases · fatedier/frp (github.com)
proxifier
下载地址 Proxifier – The Most Advanced Proxy Client
配置
外网服务器配置frps.toml
[common]
bind_port = 9876
token = 1145141919810
use_encryption = true
use_compression = true
出网客户端配置frpc.toml
[common]
server_addr = <VPS地址>
server_port = 9876
token = 1145141919810
[test_sock5] # 任意名称,不能与其他客户端配置重复
type = tcp
remote_port = 8001 # VPS无占用端口
plugin = socks5
plugin_user = anyuser
plugin_passwd = anypassword
use_encryption = true
use_compression = true
运行
/frps -c frps.toml