From 4640925f17ad95074f84e424049e1a2f956c4f61 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Thu, 3 Apr 2025 09:20:37 +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 51c4fd2b..cc875eb9 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)" }, - "skip-blacklists": { value: false, description: "Do not set up IP sets and blacklists." }, 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." },