优化frpc.toml导出逻辑,从前端依赖库改为自建设计

This commit is contained in:
2026-07-23 21:26:08 +08:00
parent 9675420604
commit 892fc98be2
7 changed files with 705 additions and 178 deletions
-21
View File
@@ -83,13 +83,6 @@ localIP = "192.168.3.16"
localPort = 2283
remotePort = 20020
[[proxies]]
name = "Halo"
type = "tcp"
localIP = "192.168.3.16"
localPort = 65535
remotePort = 65535
[[proxies]]
name = "immich"
type = "tcp"
@@ -103,17 +96,3 @@ type = "tcp"
localIP = "192.168.3.16"
localPort = 6100
remotePort = 20012
[[proxies]]
name = "podux"
type = "tcp"
localIP = "192.168.3.16"
localPort = 8090
remotePort = 20010
[[proxies]]
name = "Grafana"
type = "tcp"
localIP = "192.168.3.16"
localPort = 3030
remotePort = 20014