Update index.tsx

This commit is contained in:
Stefan Pejcic 2024-06-01 16:20:49 +02:00 committed by GitHub
parent 5c96799da9
commit 7bd0806afc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,7 +25,7 @@ const defaultOptions: InstallOptions = {
"skip-blacklists": { value: false, description: "Do not set up IP sets and blacklists." },
"skip-ssl": { value: false, description: "Skip SSL setup." },
"with-modsec": { value: false, description: "Enable ModSecurity for Nginx." },
ips: { value: "", description: "Whitelist IP addresses of OpenPanel Support Team." },
ips: { value: false, description: "Whitelist IP addresses of OpenPanel Support Team." },
"no-ssh": { value: false, description: "Disable port 22 and whitelist the IP address of user installing the panel." },
"enable-ftp": { value: false, description: "Install FTP (experimental)." },
"enable-mail": { value: false, description: "Install Mail (experimental)." },