Browse Source

ddns-scripts: use HTTPS for spdyn

Signed-off-by: Peter Gransdorfer <peter.gransdorfer@cattronix.com>
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
- PKG_RELEASE number updated
lilik-openwrt-22.03
Peter Gransdorfer 3 years ago
committed by Florian Eckert
parent
commit
c0296bf25d
2 changed files with 3 additions and 3 deletions
  1. +1
    -1
      net/ddns-scripts/Makefile
  2. +2
    -2
      net/ddns-scripts/files/usr/share/ddns/default/spdyn.de.json

+ 1
- 1
net/ddns-scripts/Makefile View File

@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=ddns-scripts
PKG_VERSION:=2.8.2
PKG_RELEASE:=17
PKG_RELEASE:=18
PKG_LICENSE:=GPL-2.0


+ 2
- 2
net/ddns-scripts/files/usr/share/ddns/default/spdyn.de.json View File

@ -1,11 +1,11 @@
{
"name": "spdyn.de",
"ipv4": {
"url": "http://[USERNAME]:[PASSWORD]@update.spdyn.de/nic/update?hostname=[DOMAIN]&myip=[IP]",
"url": "https://update.spdyn.de/nic/update?hostname=[DOMAIN]&myip=[IP]&user=[USERNAME]&pass=[PASSWORD]",
"answer": "good|nochg"
},
"ipv6": {
"url": "http://[USERNAME]:[PASSWORD]@update.spdyn.de/nic/update?hostname=[DOMAIN]&myip=[IP]",
"url": "https://update.spdyn.de/nic/update?hostname=[DOMAIN]&myip=[IP]&user=[USERNAME]&pass=[PASSWORD]",
"answer": "good|nochg"
}
}

Loading…
Cancel
Save