feat(remote): 完善文件传输功能及WebSocket支持

This commit is contained in:
2026-03-10 01:41:02 +08:00
parent 6d5520dfa5
commit 84e455d9a6
19 changed files with 1263 additions and 5 deletions

View File

@@ -27,4 +27,11 @@ localIP = "127.0.0.1"
localPort = 3002
remotePort = 8082
[[proxies]]
name = "filetransfer-remote"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3003
remotePort = 8083