mirror of
https://github.com/openwrt/packages.git
synced 2026-01-09 19:31:21 +00:00
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:
@@ -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]"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user