]> git.99rst.org Git - openwrt-packages.git/commitdiff
ddns-scripts: add EuroDNS provider
authorAngus Young <redacted>
Thu, 2 Jul 2026 01:05:56 +0000 (03:05 +0200)
committerFlorian Eckert <redacted>
Mon, 6 Jul 2026 08:59:48 +0000 (10:59 +0200)
Add EuroDNS provider for IPv4 and IPv6

Howto:

    set [USERNAME] to username
    set [PASSWORD] to password
    set [DOMAIN] to domain

https://help.eurodns.com/s/article/How-do-I-configure-DYNDNS?language=en_US
Signed-off-by: Angus Young <redacted>
net/ddns-scripts/Makefile
net/ddns-scripts/files/usr/share/ddns/default/eurodns.com.json [new file with mode: 0644]
net/ddns-scripts/files/usr/share/ddns/list

index f81bcc1bcf3386dafb41354ad702a85b13912d78..6d50cb838f57e19efe9bd5f2c34ba93a03f6ed6c 100644 (file)
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=ddns-scripts
 PKG_VERSION:=2.8.3
-PKG_RELEASE:=7
+PKG_RELEASE:=8
 
 PKG_LICENSE:=GPL-2.0
 
diff --git a/net/ddns-scripts/files/usr/share/ddns/default/eurodns.com.json b/net/ddns-scripts/files/usr/share/ddns/default/eurodns.com.json
new file mode 100644 (file)
index 0000000..8e4e02f
--- /dev/null
@@ -0,0 +1,11 @@
+{
+       "name": "eurodns.com",
+       "ipv4": {
+               "url": "https://[USERNAME]:[PASSWORD]@update.eurodyndns.org/update/?hostname=[DOMAIN]&myip=[IP]",
+               "answer": "good|nochg"
+       },
+       "ipv6": {
+               "url": "https://[USERNAME]:[PASSWORD]@update.eurodyndns.org/update/?hostname=[DOMAIN]&myip=[IP]",
+               "answer": "good|nochg"
+       }
+}
index a50cc8efe139c1b7cbcb1b9d6710bab9f4b3f6ca..9e05102e5f93b0cc011f2fbb1103d2a715462ca9 100644 (file)
@@ -33,6 +33,7 @@ dyndns.org
 dynu.com
 dynv6.com
 easydns.com
+eurodns.com
 goip.de
 google.com
 he.net
git clone https://git.99rst.org/PROJECT