From cd97ec8da51b255e68aa053620a0779a03300bb4 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 15 May 2025 17:33:12 +0200 Subject: [PATCH] Update index.tsx --- website/src/pages/install/index.tsx | 1 - 1 file changed, 1 deletion(-) 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." },