This commit is contained in:
flower_linux
2026-05-20 16:31:07 +08:00
parent a65cb05d5d
commit 6cc3fdf411
34 changed files with 126 additions and 125 deletions

28
frpc/frpc.toml Normal file
View File

@@ -0,0 +1,28 @@
# ---------------- 基本连接配置 ----------------
# 【重要】请填写你 VPS/服务器 的公网 IP
serverAddr = "47.86.50.107"
# 对应服务端的 bindPort
serverPort = 7000
# ---------------- 身份验证 ----------------
# 对应服务端的 auth.token
auth.method = "token"
auth.token = "f4HXwoNK15RjBK6Q"
# ---------------- 穿透规则 (你可以根据需要添加多个) ----------------
[[proxies]]
name = "mwy" # 名字必须唯一,这里改了个名
type = "tcp"
localIP = "127.0.0.1" # 本机 frpc 直连Docker 内运行则改为 host.docker.internal 或宿主机局域网 IP
localPort = 5174
remotePort = 5200