Update index.tsx

This commit is contained in:
Stefan Pejcic 2025-03-05 11:40:31 +01:00 committed by GitHub
parent 63736f19ba
commit d1ba448c4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -24,7 +24,6 @@ const defaultOptions: InstallOptions = {
"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)" },
"skip-blacklists": { value: false, description: "Do not set up IP sets and blacklists." },
"skip-ssl": { value: false, description: "Skip SSL setup." },
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." },