mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
disable self connections by default
now that the event manager can create files, self connections may create even more issues than before Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
"max_total_connections": 0,
|
||||
"max_per_host_connections": 20,
|
||||
"whitelist_file": "",
|
||||
"allow_self_connections": 0,
|
||||
"defender": {
|
||||
"enabled": false,
|
||||
"driver": "memory",
|
||||
|
||||
Reference in New Issue
Block a user