Files
Mdeical_Sur_Report/frpc/frpc.nas.toml

24 lines
658 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.
# XXX huijutec.cn / QNAP QTS 直接部署版。
# XXX 本文件已写入 frps 地址和 token可由 docker-compose-Nas.yaml 直接挂载运行。
# XXX frpc 在 Docker 网络内连接 tuwen_web:80并把公网 remotePort 4002 映射到系统 Web 入口。
# 基础连接配置
serverAddr = "82.157.255.195"
serverPort = 7000
# 权限验证 - 必须与服务端一致
auth.method = "token"
auth.token = "en.xjtu.edu.cn"
# 传输配置优化
transport.poolCount = 5
transport.heartbeatTimeout = -1
# --- 映射 图文系统访问端口 (TCP) ---
[[proxies]]
name = "TuWen_System_V2"
type = "tcp"
localIP = "tuwen_web"
localPort = 80
remotePort = 4002