From 539b955e8686f07a339aa9965d4a93ea5f83a0da Mon Sep 17 00:00:00 2001 From: tsarmis <126983335+tsarmis@users.noreply.github.com> Date: Mon, 6 Mar 2023 22:00:27 +0200 Subject: [PATCH] Update Readme.md --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 2fcb4ee..ffb1584 100644 --- a/Readme.md +++ b/Readme.md @@ -7,7 +7,7 @@ You can use Hetzner to test this with a $20 credit using this referal code https # How to Install the server Please setup your firewall on your server prior to running the script. -Make sure you have got access via ssh or otherwise setup prior setting up the firewall, command for UFW is. +Make sure you have got access via ssh or otherwise setup prior setting up the firewall, command for UFW is: ``` ufw allow proto tcp from YOURIP to any port 22 ```