1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
| }, "httpd": { "bindings": [ { "port": 8080, "address": "", "enable_web_admin": true, "enable_web_client": true, "enable_https": false, "client_auth_type": 0, "tls_cipher_suites": [], "proxy_allowed": [], "hide_login_url": 0, "render_openapi": true, "web_client_integrations": [] } ], ... "sftpd": { "bindings": [ { "port": 2022, "address": "", "apply_proxy_config": true } ], "max_auth_tries": 0, "banner": "", "host_keys": [],
|