update for v0.55.1

This commit is contained in:
Stille
2024-03-19 18:16:57 +08:00
parent ab182ac07b
commit 3b456101af
5 changed files with 13 additions and 11 deletions

View File

@@ -3,6 +3,9 @@ bindPort = 7000
#kcpBindPort = 7000
quicBindPort = 7000
vhostHTTPPort = 80
vhostHTTPSPort = 443
transport.maxPoolCount = 2000
transport.tcpMux = true
transport.tcpMuxKeepaliveInterval = 60
@@ -16,19 +19,17 @@ webServer.password = "admin"
webServer.pprofEnable = false
log.to = "./frps.log"
# trace, debug, info, warn, error
log.level = "error"
log.maxDays = 1
log.level = "info"
log.maxDays = 3
log.disablePrintColor = false
auth.method = "token"
auth.token = "12345678"
# Only allow frpc to bind ports you list. By default, there won't be any limit.
allowPorts = [
{ start = 1, end = 65535 }
{ start = 10001, end = 50000 }
]
maxPortsPerClient = 0
maxPortsPerClient = 8
udpPacketSize = 1500
natholeAnalysisDataReserveHours = 24
natholeAnalysisDataReserveHours = 168