Skip to content

Commit

Permalink
Merge pull request openwrt#22371 from IgorBai/patch-3
Browse files Browse the repository at this point in the history
ddns-scripts: add new DDNS provider ipnodns.ru
  • Loading branch information
feckert authored Oct 18, 2023
2 parents 79b8140 + a80fec4 commit 5f44051
Show file tree
Hide file tree
Showing 3 changed files with 9 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:=40
PKG_RELEASE:=41

PKG_LICENSE:=GPL-2.0

Expand Down
7 changes: 7 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/ipnodns.ru.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "ipnodns.ru",
"ipv4": {
"url": "https://ipnodns.ru/cgi-bin/dyndns.cgi?login=[USERNAME]&secret=[PASSWORD]",
"answer": "ok"
}
}
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 @@ -34,6 +34,7 @@ google.com
he.net
hosting.de
infomaniak.com
ipnodns.ru
inwx.de
joker.com
loopia.se
Expand Down

0 comments on commit 5f44051

Please sign in to comment.