ddns-scripts: update bind-nsupdate to json

Signed-off-by: Florian Eckert <fe@dev.tdt.de>
This commit is contained in:
Florian Eckert
2020-09-09 17:27:12 +02:00
parent cabdcdf795
commit e051d37720
3 changed files with 16 additions and 10 deletions

View File

@@ -0,0 +1,9 @@
{
"name": "bind-nsupdate",
"ipv4": {
"url": "update_nsupdate.sh"
},
"ipv6": {
"url": "update_nsupdate.sh"
}
}