Skip to content

Commit

Permalink
ddns-scripts: add support for ipv64.net
Browse files Browse the repository at this point in the history
Adds ipv64.net service as DDNS provider

Docs: https://ipv64.net/dyndns_updater_api
Signed-off-by: Hui Zhui <barsikus07@gmail.com>
  • Loading branch information
barsikus007 committed Jan 10, 2025
1 parent 7d75219 commit 74e627d
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:=53
PKG_RELEASE:=54

PKG_LICENSE:=GPL-2.0

Expand Down
11 changes: 11 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/ipv64.net.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "duckdns.org",
"ipv4": {
"url": "http://ipv64.net/nic/update?domain=[DOMAIN]&key=[PASSWORD]&ip=[IP]",
"answer": "good|nochg"
},
"ipv6": {
"url": "http://ipv64.net/nic/update?domain=[DOMAIN]&key=[PASSWORD]&ipv6=[IP]",
"answer": "good|nochg"
}
}
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 @@ -35,6 +35,7 @@ he.net
hosting.de
infomaniak.com
ipnodns.ru
ipv64.net
inwx.de
joker.com
loopia.se
Expand Down

0 comments on commit 74e627d

Please sign in to comment.