From fbb67e41e66bd9ed251a9a1e8c72f1abf0ca3a72 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 3 Mar 2025 21:26:23 +0100 Subject: [PATCH] Update index.tsx https://github.com/stefanpejcic/OpenPanel/issues/340 --- website/src/pages/install/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/pages/install/index.tsx b/website/src/pages/install/index.tsx index cbf88620..8e8373d8 100644 --- a/website/src/pages/install/index.tsx +++ b/website/src/pages/install/index.tsx @@ -22,7 +22,7 @@ const defaultOptions: InstallOptions = { "skip-panel-check": { value: false, description: "Skip checking if existing panels are installed." }, "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-images": { value: false, description: "Don't install openpanel/nginx and openpanel/apache docker images." }, + "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." },