forked from stilleshan/frps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfrps.toml
More file actions
34 lines (28 loc) · 737 Bytes
/
Copy pathfrps.toml
File metadata and controls
34 lines (28 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
bindAddr = "0.0.0.0"
bindPort = 7000
#kcpBindPort = 7000
quicBindPort = 7000
transport.maxPoolCount = 2000
transport.tcpMux = true
transport.tcpMuxKeepaliveInterval = 60
transport.tcpKeepalive = 7200
transport.tls.force = false
webServer.addr = "0.0.0.0"
webServer.port = 7500
webServer.user = "admin"
webServer.password = "admin"
webServer.pprofEnable = false
log.to = "./frps.log"
# trace, debug, info, warn, error
log.level = "error"
log.maxDays = 1
log.disablePrintColor = false
auth.method = "token"
auth.token = "admin"
# Only allow frpc to bind ports you list. By default, there won't be any limit.
allowPorts = [
{ start = 1, end = 65535 }
]
maxPortsPerClient = 0
udpPacketSize = 1500
natholeAnalysisDataReserveHours = 24