Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added a link to devgenius guide
  • Loading branch information
alexplesoiu authored Apr 1, 2023
1 parent f62f6c5 commit b0ef2c9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,4 +76,9 @@ Run the Docker container:
docker run -d --name dns-updater --restart unless-stopped dns-updater
```

This will run the container in detached mode and ensure it starts automatically when the server restarts, unless you explicitly stop it.
This will run the container in detached mode and ensure it starts automatically when the server restarts, unless you explicitly stop it.

## Tutorial
[Here](https://blog.devgenius.io/dns-updater-a-solution-for-managing-dynamic-ips-with-cloudflare-31be2f85d9fb) is a guide that shows you how to get the API Keys on cloudflare and how to set up this tool.

https://blog.devgenius.io/dns-updater-a-solution-for-managing-dynamic-ips-with-cloudflare-31be2f85d9fb

0 comments on commit b0ef2c9

Please sign in to comment.