sftpgo.toml: listen also on ipv6
This commit is contained in:
parent
d21a838d70
commit
5a3a301451
1 changed files with 4 additions and 0 deletions
|
@ -23,8 +23,12 @@ login_banner_file = "/etc/sftpgo/banner.txt"
|
|||
enabled_ssh_commands = []
|
||||
|
||||
[[sftpd.bindings]]
|
||||
address = "[::1]"
|
||||
port = 2022
|
||||
|
||||
[[sftpd.bindings]]
|
||||
address = "127.0.0.1"
|
||||
port = 2022
|
||||
|
||||
[data_provider]
|
||||
driver = "memory"
|
||||
|
|
Loading…
Reference in a new issue