From abc16144277bb943b4b717510f2861ba9a4c8b09 Mon Sep 17 00:00:00 2001 From: shihaam Date: Tue, 7 Jun 2022 00:51:22 +0500 Subject: [PATCH] idk how to new line on md --- nginx-allow-dynamicip/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx-allow-dynamicip/readme.md b/nginx-allow-dynamicip/readme.md index 09c0528..23d5c2d 100644 --- a/nginx-allow-dynamicip/readme.md +++ b/nginx-allow-dynamicip/readme.md @@ -20,7 +20,7 @@ Make sure your nginx config server block contain "#DYNAMIC" after the IP you wan allow 1.1.1.1; #DYNAMIC deny all; ``` -Excute the script as root (or with sudo) with 1st arugement for config file and 2nd arugemt with domain of the IP you want to allow +Excute the script as root (or with sudo) with 1st arugement for config file and 2nd arugemt with domain of the IP you want to allow \ `sudo ./nginx-allow-dynamicip.sh db-sarlinode.shihaam.dev home.shihaam.me`