From 637bda602553cc72d96d51e08b4438651fdf4758 Mon Sep 17 00:00:00 2001 From: Tobias Date: Fri, 20 Mar 2026 18:47:31 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d7d2db6..aeaf6d2 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ Then create a file storing the current IP within the records of PowerDNS ``` touch /home/jaileduser/nginx/homeip chmod 600 /home/jaileduser/nginx/homeip -touch /home/jaileduser/record/recordip +touch /home/jaileduser/nginx/recordip echo "9.8.7.6 (use the actual ip)" > /home/jaileduser/nginx/recordip ```