Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:=81
PKG_RELEASE:=82

PKG_LICENSE:=GPL-2.0

Expand Down
11 changes: 11 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/tb.netassist.ua.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "tb.netassist.ua",
"ipv4": {
"url": "https://tb.netassist.ua/autochangeip.php?l=[USERNAME]&p=[PASSWORD]&ip=[IP]",
"answer": "OK!"
},
"ipv6": {
"url": "https://tb.netassist.ua/autochangeip.php?l=[USERNAME]&p=[PASSWORD]&ip=[IP]",
"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 @@ -63,6 +63,7 @@ sitelutions.com
spdyn.de
strato.com
system-ns.com
tb.netassist.ua
thatip.com
transip.nl
twodns.de
Expand Down