Skip to content

Commit

Permalink
ddns-scripts: add support for tb.netassist.ua
Browse files Browse the repository at this point in the history
Adds tb.netassist.ua service as DDNS provider
Docs: https://tb.netassist.ua
Signed-off-by: Artem Korol<[email protected]>
  • Loading branch information
korolartemnexus committed Feb 3, 2025
1 parent 089f77e commit 2c63f21
Show file tree
Hide file tree
Showing 3 changed files with 8 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:=59
PKG_RELEASE:=60

PKG_LICENSE:=GPL-2.0

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"name": "tb.netassist.ua",
"ipv4": {
"url": "https://tb.netassist.ua/autochangeip.php?l=[USERNAME]&p=[PASSWORD]&ip=[IP]"
}
}
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 @@ -61,6 +61,7 @@ sitelutions.com
spdyn.de
strato.com
system-ns.com
tb.netassist.ua
thatip.com
transip.nl
twodns.de
Expand Down

0 comments on commit 2c63f21

Please sign in to comment.