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:
Tobias Hilbig
2023-02-08 17:18:37 +01:00
parent 02c2587f9d
commit 05c42cc0e9
3 changed files with 11 additions and 1 deletions

View File

@@ -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]"
}
}