mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
add support for limiting max concurrent client connections
This commit is contained in:
@@ -9,7 +9,8 @@
|
||||
"setstat_mode": 0,
|
||||
"proxy_protocol": 0,
|
||||
"proxy_allowed": [],
|
||||
"post_connect_hook": ""
|
||||
"post_connect_hook": "",
|
||||
"max_total_connections": 0
|
||||
},
|
||||
"sftpd": {
|
||||
"bind_port": 2022,
|
||||
|
||||
Reference in New Issue
Block a user