更新 frpc.toml

This commit is contained in:
lqs 2025-09-21 12:33:24 +08:00
parent 816ed34bcb
commit 2017e0930f

View File

@ -1,4 +1,4 @@
serverAddr = "www.gzsjfz.top" serverAddr = "www.gdsfs.top"
serverPort = 7001 serverPort = 7001
[auth] [auth]
@ -6,8 +6,15 @@ method = 'token'
token = '2169708' token = '2169708'
[[proxies]] [[proxies]]
name = "LVlian_SSH" name = "SSH"
type = "tcp" type = "tcp"
localIP = "127.0.0.1" localIP = "127.0.0.1"
localPort = 22 localPort = 22
remotePort = 7002 remotePort = 7002
[[proxies]]
name = "8069"
type = "tcp"
localIP = "127.0.0.1"
localPort = 8069
remotePort = 7003