mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-06 14:20:55 +03:00
Support for HAProxy PROXY protocol
you can proxy and/or load balance the SFTP/SCP service without losing the information about the client's address.
This commit is contained in:
@@ -20,7 +20,8 @@
|
||||
"login_banner_file": "",
|
||||
"setstat_mode": 0,
|
||||
"enabled_ssh_commands": ["md5sum", "sha1sum", "cd", "pwd"],
|
||||
"keyboard_interactive_auth_program": ""
|
||||
"keyboard_interactive_auth_program": "",
|
||||
"proxy_protocol": 0
|
||||
},
|
||||
"data_provider": {
|
||||
"driver": "sqlite",
|
||||
|
||||
Reference in New Issue
Block a user