ddns-scripts: Add njal.la provider
Add njal.la provider. Use the key as password. Username is not needed. Signed-off-by: Tobias Hilbig <web.tobias@hilbig-ffb.de>
This commit is contained in:
parent
02c2587f9d
commit
05c42cc0e9
3 changed files with 11 additions and 1 deletions
|
@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
|
|||
|
||||
PKG_NAME:=ddns-scripts
|
||||
PKG_VERSION:=2.8.2
|
||||
PKG_RELEASE:=35
|
||||
PKG_RELEASE:=36
|
||||
|
||||
PKG_LICENSE:=GPL-2.0
|
||||
|
||||
|
|
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"name": "njal.la",
|
||||
"ipv4": {
|
||||
"url": "https://njal.la/update/?h=[DOMAIN]&k=[PASSWORD]&a=[IP]"
|
||||
},
|
||||
"ipv6": {
|
||||
"url": "https://njal.la/update/?h=[DOMAIN]&k=[PASSWORD]&aaaa=[IP]"
|
||||
}
|
||||
}
|
|
@ -42,6 +42,7 @@ mydns.jp
|
|||
myonlineportal.net
|
||||
mythic-beasts.com
|
||||
namecheap.com
|
||||
njal.la
|
||||
no-ip.pl
|
||||
now-dns.com
|
||||
nsupdate.info
|
||||
|
|
Loading…
Reference in a new issue