mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 06:10:54 +03:00
move IP/Network lists to the data provider
this is a backward incompatible change, all previous file based IP/network lists will not work anymore Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"data_retention_hook": "",
|
||||
"max_total_connections": 0,
|
||||
"max_per_host_connections": 20,
|
||||
"whitelist_file": "",
|
||||
"allowlist_status": 0,
|
||||
"allow_self_connections": 0,
|
||||
"defender": {
|
||||
"enabled": false,
|
||||
@@ -32,11 +32,7 @@
|
||||
"score_no_auth": 0,
|
||||
"observation_time": 30,
|
||||
"entries_soft_limit": 100,
|
||||
"entries_hard_limit": 150,
|
||||
"safelist_file": "",
|
||||
"blocklist_file": "",
|
||||
"safelist": [],
|
||||
"blocklist": []
|
||||
"entries_hard_limit": 150
|
||||
},
|
||||
"rate_limiters": [
|
||||
{
|
||||
@@ -50,7 +46,6 @@
|
||||
"DAV",
|
||||
"HTTP"
|
||||
],
|
||||
"allow_list": [],
|
||||
"generate_defender_events": false,
|
||||
"entries_soft_limit": 100,
|
||||
"entries_hard_limit": 150
|
||||
|
||||
Reference in New Issue
Block a user