19 lines
404 B
TOML
19 lines
404 B
TOML
# XXX huijutec.cn frpc 配置。普通 docker-compose.yaml 可使用本文件。
|
|
# XXX QNAP/QTS 部署优先使用 frpc/frpc.nas.toml。
|
|
|
|
serverAddr = "82.157.255.195"
|
|
serverPort = 7000
|
|
|
|
auth.method = "token"
|
|
auth.token = "en.xjtu.edu.cn"
|
|
|
|
transport.poolCount = 5
|
|
transport.heartbeatTimeout = -1
|
|
|
|
[[proxies]]
|
|
name = "TuWen_System_V2"
|
|
type = "tcp"
|
|
localIP = "127.0.0.1"
|
|
localPort = 4002
|
|
remotePort = 4002
|