mirror of
https://github.com/fatedier/frp.git
synced 2025-07-27 15:45:39 +00:00
support bandwith limit for one proxy
This commit is contained in:
@@ -71,6 +71,8 @@ tls_enable = true
|
||||
type = tcp
|
||||
local_ip = 127.0.0.1
|
||||
local_port = 22
|
||||
# limit bandwith for this proxy, unit is KB and MB
|
||||
bandwith_limit = 1MB
|
||||
# true or false, if true, messages between frps and frpc will be encrypted, default is false
|
||||
use_encryption = false
|
||||
# if true, message will be compressed
|
||||
|
Reference in New Issue
Block a user