Merge pull request #22371 from IgorBai/patch-3
ddns-scripts: add new DDNS provider ipnodns.ru
This commit is contained in:
commit
5f4405112f
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=ddns-scripts
|
PKG_NAME:=ddns-scripts
|
||||||
PKG_VERSION:=2.8.2
|
PKG_VERSION:=2.8.2
|
||||||
PKG_RELEASE:=40
|
PKG_RELEASE:=41
|
||||||
|
|
||||||
PKG_LICENSE:=GPL-2.0
|
PKG_LICENSE:=GPL-2.0
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1,7 @@
|
||||||
|
{
|
||||||
|
"name": "ipnodns.ru",
|
||||||
|
"ipv4": {
|
||||||
|
"url": "https://ipnodns.ru/cgi-bin/dyndns.cgi?login=[USERNAME]&secret=[PASSWORD]",
|
||||||
|
"answer": "ok"
|
||||||
|
}
|
||||||
|
}
|
|
@ -34,6 +34,7 @@ google.com
|
||||||
he.net
|
he.net
|
||||||
hosting.de
|
hosting.de
|
||||||
infomaniak.com
|
infomaniak.com
|
||||||
|
ipnodns.ru
|
||||||
inwx.de
|
inwx.de
|
||||||
joker.com
|
joker.com
|
||||||
loopia.se
|
loopia.se
|
||||||
|
|
Loading…
Reference in New Issue