Initial commit

This commit is contained in:
2026-03-08 01:34:54 +08:00
commit 1f104f73c8
441 changed files with 64911 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
serverAddr = "146.56.248.142"
serverPort = 7000
auth.token = "wzw20040525"
log.to = "C:\\Users\\xuanchi\\Desktop\\remote\\logs\\frpc.log"
log.level = "info"
log.maxDays = 7
[[proxies]]
name = "remote-desktop"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3000
remotePort = 8080
[[proxies]]
name = "gitea-web"
type = "tcp"
localIP = "127.0.0.1"
localPort = 3001
remotePort = 8081