Update index.tsx

This commit is contained in:
Stefan Pejcic 2025-05-15 17:33:12 +02:00 committed by GitHub
parent b22ac2291a
commit cd97ec8da5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,6 @@ const defaultOptions: InstallOptions = {
"skip-apt-update": { value: false, description: "Skip the APT update." },
"skip-firewall": { value: false, description: "Don't setup UFW (Only if you will set another Firewall manually)" },
"skip-dns-server": { value: false, description: "Don't setup DNS server (Only if you will use external NS like Cloudflare)" },
ufw: { value: false, description: "Install and setup UFW instead of CSF." },
"no-ssh": { value: false, description: "Disable port 22 and whitelist administrator IP address." },
"no-waf": { value: false, description: "Do not install CorazaWAF and disable it for new domains." },
"post-install": { value: "", description: "Specify the post install script path." },