From f5e96e44fbb860e0861e9798c4d9dac8270921d0 Mon Sep 17 00:00:00 2001 From: Random-typ <59033168+Random-typ@users.noreply.github.com> Date: Sat, 8 Apr 2023 04:44:55 +0200 Subject: [PATCH 1/5] Updated readme --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 96f5035..9605389 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,8 @@ Unpack the zip and start **Monitor.exe**. The **configuration** is explained in the GUI. # 🧰Building yourself with Visual Studio +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. 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. From 3bb3071708c95e30eefc281bfaeaf074f32ef73b Mon Sep 17 00:00:00 2001 From: Random-typ <59033168+Random-typ@users.noreply.github.com> Date: Sat, 8 Apr 2023 04:45:29 +0200 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9605389..ced1d2d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The **configuration** is explained in the GUI. # 🧰Building yourself with Visual Studio 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 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. 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. From 63d5a32a6359f613d8514aa1b79819271d715786 Mon Sep 17 00:00:00 2001 From: Random-typ <59033168+Random-typ@users.noreply.github.com> Date: Sat, 8 Apr 2023 04:47:27 +0200 Subject: [PATCH 3/5] Update README.md --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ced1d2d..e88cfcb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,6 @@ The **configuration** is explained in the GUI. # 🧰Building yourself with Visual Studio 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. -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 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.\n +You will need Visual Studio with the .Net Desktop development with C#, +C++ development and c++ development for Windows. From 52f3f139f3ffdd6474ec679e67a4667b70688225 Mon Sep 17 00:00:00 2001 From: Random-typ <59033168+Random-typ@users.noreply.github.com> Date: Sat, 8 Apr 2023 04:48:36 +0200 Subject: [PATCH 4/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e88cfcb..b95b494 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,6 @@ The **configuration** is explained in the GUI. # 🧰Building yourself with Visual Studio 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.\n +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. From b388390796c3be04250cf59f858f90efb2b381b0 Mon Sep 17 00:00:00 2001 From: Random-typ <59033168+Random-typ@users.noreply.github.com> Date: Sat, 8 Apr 2023 05:02:52 +0200 Subject: [PATCH 5/5] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b95b494..54aee03 100644 --- a/README.md +++ b/README.md @@ -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. @@ -17,4 +17,4 @@ The **configuration** is explained in the GUI. 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. +C++ development and C++ development for Windows.