packages/net/ddns-scripts/files/usr/share/ddns/default/njal.la.json
Tobias Hilbig 05c42cc0e9 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>
2023-02-25 11:49:19 +01:00

9 lines
188 B
JSON

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