Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Random-typ committed Jun 15, 2023
2 parents 0831d67 + b388390 commit ad07671
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# 🚀Cloudflare-Dynamic-DNS
Update your DNS records on Cloudflare Dynamically with every change of your ip adress. Who needs a static ip when you have this?
Update your DNS records on Cloudflare dynamically every time your ip changes. Who needs a static ip when you have this?
The app is focused on easy setup and low resource usage at runtime.
Set it up once, then forget about it and never care again about you DNS records.

Expand All @@ -14,6 +14,7 @@ Unpack the zip and start **Monitor.exe**.
The **configuration** is explained in the GUI.

# 🧰Building yourself with Visual Studio
Just download the repository and open the solution file with VS.
Packages you might need for the compilation are .Net Desktop development with C#
and C++ development.
You will need RJSON which you can download [HERE](https://github.com/Random-typ/RJSON).
You need to put the RJSON folder up one folder from the Cloudflare-Dynamic-DNS folder. So that from the Cloudflare-Dynamic-DNS folder (where the solution file is placed), "..\\..\RJSON\RJSON\include\RJSON.h" is a valid path.
You will need Visual Studio with the .Net Desktop development with C#,
C++ development and C++ development for Windows.

0 comments on commit ad07671

Please sign in to comment.