From e22af08e0b562898d8c37e76b22cbc75cf6c701b Mon Sep 17 00:00:00 2001 From: prashantkamdar Date: Sun, 15 Aug 2021 21:19:55 +0530 Subject: [PATCH] security steps in the readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6912235e..bf93faba 100644 --- a/README.md +++ b/README.md @@ -509,7 +509,7 @@ If you have followed the steps above, there will be 3 ports exposed over the int You can verify the ports are open by running the following command from a different machine ```bash -sudo nmap -sS 107.172.193.177 -p 7777,20381,5432 +sudo nmap -sS -p 7777,20381,5432 ``` It is important to secure the Postgres port.