Merge pull request #20467 from tobiaspc/njalla
ddns-scripts: Add njal.la provider
This commit is contained in:
commit
bfd7da1392
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