Skip to content

Commit

Permalink
ddns-scripts: add ydns.io provider
Browse files Browse the repository at this point in the history
  • Loading branch information
ACI0419 authored and feckert committed Feb 6, 2025
1 parent 7c58cd6 commit 1c1125a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion net/ddns-scripts/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=ddns-scripts
PKG_VERSION:=2.8.2
PKG_RELEASE:=60
PKG_RELEASE:=61

PKG_LICENSE:=GPL-2.0

Expand Down
11 changes: 11 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/ydns.io.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "ydns.io",
"ipv4": {
"url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
"answer": "good"
},
"ipv6": {
"url": "https://[USERNAME]:[PASSWORD]@ydns.io/api/v1/update/?host=[DOMAIN]&ip=[IP]",
"answer": "good"
}
}
1 change: 1 addition & 0 deletions net/ddns-scripts/files/usr/share/ddns/list
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,5 @@ twodns.de
udmedia.de
variomedia.de
xlhost.de
ydns.io
zoneedit.com

0 comments on commit 1c1125a

Please sign in to comment.