mirror of
https://github.com/openwrt/packages.git
synced 2026-06-17 17:00:28 +04:00
ddns-scripts: add support for ipv64.net
Adds ipv64.net service as DDNS provider Docs: https://ipv64.net/dyndns_updater_api Signed-off-by: Hui Zhui <barsikus07@gmail.com>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -35,6 +35,7 @@ he.net
|
||||
hosting.de
|
||||
infomaniak.com
|
||||
ipnodns.ru
|
||||
ipv64.net
|
||||
inwx.de
|
||||
joker.com
|
||||
loopia.se
|
||||
|
||||
Reference in New Issue
Block a user