Files
mwy/frpc/frpc.toml
flower_linux 6cc3fdf411 mwy2.0
2026-05-20 16:31:07 +08:00

29 lines
659 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ---------------- 基本连接配置 ----------------
# 【重要】请填写你 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