diff --git a/website/src/pages/install/index.tsx b/website/src/pages/install/index.tsx index a7861b3a..d0c0eea1 100644 --- a/website/src/pages/install/index.tsx +++ b/website/src/pages/install/index.tsx @@ -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." },