From e83b74ae1a5b5b6cf02cd7fb247501e2211d60d9 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 3 Mar 2025 21:20:27 +0100 Subject: [PATCH] Update install.sh --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 231f3e62..41af5452 100644 --- a/install.sh +++ b/install.sh @@ -347,6 +347,7 @@ parse_args() { echo " --skip-ssl Skip SSL setup." echo " --no-waf Do not configure CorazaWAF with OWASP Coreruleset." echo " --no-ssh Disable port 22 and whitelist the IP address of user installing the panel." + echo " --skip-dns-server Skip setup for DNS (Bind9) server." echo " --post_install= Specify the post install script path." echo " --screenshots= Set the screenshots API URL." echo " --swap=<2> Set space in GB to be allocated for SWAP."