Commit 6a556122 Harvey

no message

1 个父辈 244a1ce6
test
\ No newline at end of file
启动项目配置
1.config/config(里面有备注)
2.frp/frpc.toml
remotePort:注意代理服务器目前只开放 17001-17010端口(每个客户端启动建议使用不同的端口)
\ No newline at end of file
......@@ -17,12 +17,13 @@ try {
XXL_JOB_DEBUG_LOG: true,
},
//本地启动端口
port: 8088,
// 前端地址
// app_domain: "http://[2408:8352:602:1100:1c8a:80f5:da47:66ef]:8088/",
//本地执行器对外地址
app_domain: "http://118.89.26.241:13001/",
//是否启用服务器中转穿透
enable_frpc: true,
};
}
......
......@@ -6,4 +6,4 @@ name = "test-tcp"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8088
remotePort = 13001
\ No newline at end of file
remotePort = 17001
\ No newline at end of file
支持 Markdown 格式
你添加了 0 到此讨论。请谨慎行事。
Finish editing this message first!