Skip to content

Commit

Permalink
ddns-scripts: support IPv6 for joker.com
Browse files Browse the repository at this point in the history
The existing endpoint can handle IPv6 addresses as well.
  • Loading branch information
benjaminfrank authored and feckert committed Jan 8, 2025
1 parent d750bb3 commit ce4b32e
Show file tree
Hide file tree
Showing 2 changed files with 5 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:=52
PKG_RELEASE:=53

PKG_LICENSE:=GPL-2.0

Expand Down
4 changes: 4 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/joker.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,9 @@
"ipv4": {
"url": "http://svc.joker.com/nic/update?username=[USERNAME]&password=[PASSWORD]&myip=[IP]&hostname=[DOMAIN]",
"answer": "good|nochg"
},
"ipv6": {
"url": "http://svc.joker.com/nic/update?username=[USERNAME]&password=[PASSWORD]&myip=[IP]&hostname=[DOMAIN]",
"answer": "good|nochg"
}
}

0 comments on commit ce4b32e

Please sign in to comment.