From 8f854ad7d0010b94b66562bd459f1c04c6cc1a9e Mon Sep 17 00:00:00 2001 From: buildplan <170122315+buildplan@users.noreply.github.com> Date: Thu, 26 Jun 2025 19:09:04 +0100 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3954ebe..6886a11 100644 --- a/README.md +++ b/README.md @@ -58,12 +58,12 @@ You can provide a configuration file (e.g., `/etc/setup_harden.conf`) to automat **Example Config**: ```bash -USERNAME=ali -HOSTNAME=doVPS -SSH_PORT=5595 +USERNAME= +HOSTNAME= +SSH_PORT=2222 TIMEZONE=Etc/UTC SWAP_SIZE=2G -UFW_PORTS=80/tcp,443/tcp,51820/udp +UFW_PORTS=2222/tcp AUTO_UPDATES=yes INSTALL_DOCKER=yes INSTALL_TAILSCALE=yes