mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
14
sftpgo.json
14
sftpgo.json
@@ -30,6 +30,20 @@
|
||||
],
|
||||
"keyboard_interactive_auth_hook": ""
|
||||
},
|
||||
"ftpd": {
|
||||
"bind_port": 0,
|
||||
"bind_address": "",
|
||||
"banner": "",
|
||||
"banner_file": "",
|
||||
"active_transfers_port_non_20": false,
|
||||
"force_passive_ip": "",
|
||||
"passive_port_range": {
|
||||
"start": 50000,
|
||||
"end": 50100
|
||||
},
|
||||
"certificate_file": "",
|
||||
"certificate_key_file": ""
|
||||
},
|
||||
"data_provider": {
|
||||
"driver": "sqlite",
|
||||
"name": "sftpgo.db",
|
||||
|
||||
Reference in New Issue
Block a user