This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
ddns-scripts: update sitelutions url
Signed-off-by: Florian Eckert <fe@dev.tdt.de>
lilik-openwrt-22.03
Florian Eckert
4 years ago
parent
b55f95dbd3
commit
dd719e4960
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
net/ddns-scripts/Makefile
+1
-1
net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.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
:=
2
PKG_RELEASE
:=
3
PKG_LICENSE
:=
GPL-2.0
+ 1
- 1
net/ddns-scripts/files/usr/share/ddns/default/sitelutions.com.json
View File
@ -1,7 +1,7 @@
{
"name"
:
"sitelutions.com"
,
"ipv4"
:
{
"url"
:
"http
://www
.sitelutions.com/dnsup?user=[USERNAME]&pass=[PASSWORD]&id=[DOMAIN]&ip=[IP]"
,
"url"
:
"http
s://dnsup
.sitelutions.com/dnsup?user=[USERNAME]&pass=[PASSWORD]&id=[DOMAIN]&ip=[IP]"
,
"answer"
:
"success"
}
}
Write
Preview
Loading…
Cancel
Save