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:=93
PKG_RELEASE:=94

PKG_LICENSE:=GPL-2.0

Expand Down
11 changes: 11 additions & 0 deletions net/ddns-scripts/files/usr/share/ddns/default/eurodns.com.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "eurodns.com",
"ipv4": {
"url": "https://[USERNAME]:[PASSWORD]@update.eurodyndns.org/update/?hostname=[DOMAIN]&myip=[IP]",
"answer": "good|nochg"
},
"ipv6": {
"url": "https://[USERNAME]:[PASSWORD]@update.eurodyndns.org/update/?hostname=[DOMAIN]&myip=[IP]",
"answer": "good|nochg"
}
}
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 @@ -33,6 +33,7 @@ dyndns.org
dynu.com
dynv6.com
easydns.com
eurodns.com
goip.de
google.com
he.net
Expand Down
Loading