mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
FTP improvements
- add a setting to require TLS - add symlink support require TLS 1.2 for all TLS connections
This commit is contained in:
@@ -43,7 +43,8 @@
|
||||
"end": 50100
|
||||
},
|
||||
"certificate_file": "",
|
||||
"certificate_key_file": ""
|
||||
"certificate_key_file": "",
|
||||
"tls_mode": 0
|
||||
},
|
||||
"webdavd": {
|
||||
"bind_port": 0,
|
||||
|
||||
Reference in New Issue
Block a user