现在2.7-Preview的P0级问题已修复,Preview理论上可用,但是还未进行长期测试,稳定性待验证

This commit is contained in:
2026-08-11 22:24:21 +08:00
parent 04e2e2d1bd
commit 236098e655
2 changed files with 8 additions and 1 deletions
+3 -1
View File
@@ -5,7 +5,7 @@ serverPort = {{.ServerPort}}
token = "{{.Token}}"
[log]
to = "./frpc.log"
to = "./data/frpc.log"
level = "{{.LogLevel}}"
maxDays = {{.LogMaxDays}}
@@ -19,9 +19,11 @@ poolCount = {{.PoolCount}}
{{.WireProtocolLine}}
{{end}}
{{if .AdminPort}}
[webServer]
addr = "127.0.0.1"
port = {{.AdminPort}}
{{end}}
{{range .Proxies}}
[[proxies]]