This commit is contained in:
binghuai
2025-09-19 09:58:38 +08:00
parent 4ce934c740
commit c98a2a9c3a
7 changed files with 66 additions and 37 deletions

BIN
材料/frp/frpc.exe Normal file

Binary file not shown.

23
材料/frp/frpc.toml Normal file
View File

@@ -0,0 +1,23 @@
serverAddr = "47.109.23.162"
serverPort = 7000
auth.method = "token"
auth.token = "token123456"
# 启动命令 frpc.exe -c frpc.toml
# remotePort 允许 8080-8090 之间的端口
# 1.http://frps.binghuai.xyz:8081/
[[proxies]]
name = "web-tcp" # 代理名称(自定义,唯一即可)
type = "tcp" # 类型为 tcp
localIP = "127.0.0.1" # 本地服务 IP
localPort = 802 # 本地服务端口(您要暴露的服务)
remotePort = 8081 # 服务器映射端口
# 2.http://frps.binghuai.xyz:8088/
# [[proxies]]
# name = "web-803"
# type = "tcp"
# localIP = "192.168.2.84"
# localPort = 8082 # 另一个本地服务端口
# remotePort = 8088 # 另一个服务器映射端口