位置变更,Preview正在重构

This commit is contained in:
2026-08-07 20:18:12 +08:00
parent 86df4bf3c5
commit 41eb21f512
20 changed files with 185 additions and 77 deletions
+32
View File
@@ -0,0 +1,32 @@
serverAddr = "{{.ServerAddr}}"
serverPort = {{.ServerPort}}
[auth]
token = "{{.Token}}"
[log]
to = "./frpc.log"
level = "{{.LogLevel}}"
maxDays = {{.LogMaxDays}}
[transport]
tcpMux = {{.TcpMux}}
tcpMuxKeepaliveInterval = {{.TcpMuxKeepalive}}
heartbeatInterval = {{.HeartbeatInterval}}
heartbeatTimeout = {{.HeartbeatTimeout}}
poolCount = {{.PoolCount}}
{{if .WireProtocolLine}}
{{.WireProtocolLine}}
{{end}}
[webServer]
addr = "127.0.0.1:7400"
{{range .Proxies}}
[[proxies]]
name = "{{.Name}}"
type = "{{.Type}}"
localIP = "{{.LocalIP}}"
localPort = {{.LocalPort}}
remotePort = {{.RemotePort}}
{{end}}