From d7aa10602c70fb477f73489fde7d7a8caaf2e354 Mon Sep 17 00:00:00 2001 From: mxmehl Date: Thu, 2 Nov 2017 13:45:17 +0100 Subject: [PATCH] Add information about usage with a FritzBox --- README.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35c72ff..24da01f 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,13 @@ Back in `users.db`, type in the domain name (`user1.example.com`) and its INWX I ## Usage -Please feel free to use [Snap DynDNS client](https://src.mehl.mx/mxmehl/snap-dyndns-client) which is the perfect combination for this server application. Else, you can also use curl with a POST request: +Please feel free to use [Snap DynDNS client](https://src.mehl.mx/mxmehl/snap-dyndns-client) which is the perfect combination for this server application. + +Please note: You cannot define whether it shall be an A, AAAA or whatever record. You would have to do that in the INWX webpanel once, the ID should stay the same. + +### curl + +You can use curl with a POST request: curl -X POST -d "domain=user1.example.com&user=myuser&pass=mypassword&ip=1.2.3.4" "https://yourdyndnsservice.net/update.php" @@ -51,4 +57,15 @@ This will send following data to your **Snap DynDNS server** which is running un * `pass=mypassword`: This is the client's personal password which you can define freely. * `ip=1.2.3.4`: This is the IP which shall be set to this single domain -Please note: You cannot define whether it shall be an A, AAAA or whatever record. You would have to do that in the INWX webpanel once, the ID should stay the same. +## AVM FritzBox + +In the AVM Fritz!Boxes you can choose a custom DynDNS provider. In order to connect it with your Snap DynDNS server, use following data: + +``` +Update-URL: yourdyndnsservice.net/update.php?domain=&user=&pass=&ip= +Domainname: user1.example.com +Username: myuser +Password: mypassword +``` + +Be sure to not add an URI scheme like `https://`, the device will throw an error. The IP address is set automatically by the device. Note that you can also set your IPv6 address by using `` in the URL.