From f3fb099aa0248c0306ff4c9bcac92daa20e54459 Mon Sep 17 00:00:00 2001 From: devaine Date: Fri, 6 Mar 2026 13:14:12 -0600 Subject: [PATCH] feat(README): added README for desec-ip-sync --- server-scripts/desec-ip-sync/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 server-scripts/desec-ip-sync/README.md diff --git a/server-scripts/desec-ip-sync/README.md b/server-scripts/desec-ip-sync/README.md new file mode 100644 index 0000000..9b3d91a --- /dev/null +++ b/server-scripts/desec-ip-sync/README.md @@ -0,0 +1,7 @@ +# Desec-IP-Sync + +## Reason +[desec.io](https://desec.io/) is a free DNS hosting service that has securty in mind. +I personally use this service, and I noticed that there are times in which my IP always resets to another value. Which does hinder my ability to work. + +This solves this issue by containerizing the service in Docker so it can be used by any `amd64` or `arm64` server. To which the program checks to see if the server's IP has changed, comapres it to an "old" IP, and changes old information from desec.io using it's API automatically without inteference.