Merge pull request #22371 from IgorBai/patch-3
ddns-scripts: add new DDNS provider ipnodns.ru
This commit is contained in:
commit
5f4405112f
3 changed files with 9 additions and 1 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ddns-scripts
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=40
|
||||
PKG_RELEASE:=41
|
||||
|
||||
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
|
||||
hosting.de
|
||||
infomaniak.com
|
||||
ipnodns.ru
|
||||
inwx.de
|
||||
joker.com
|
||||
loopia.se
|
||||
|
|
Loading…
Reference in a new issue