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 ```