aboutsummaryrefslogtreecommitdiffstats
path: root/netwatch-dns
AgeCommit message (Collapse)AuthorFilesLines
2023-03-10drop dummy scripts used for migrationGravatar Christian Hesse1-3/+0
This now causes expected warnings on first run of $ScriptInstallUpdate. The migration still works, as we keep `global-config.changes` and `global-functions`.
2023-03-07rename scripts and add file extension ".rsc"change-95Gravatar Christian Hesse1-92/+1
No functional change for the user... The migration is done automatically.
2023-01-02update copyright for 2023Gravatar Christian Hesse1-1/+1
2022-09-13netwatch-dns: support downloading / importing certificateGravatar Christian Hesse1-0/+9
2022-07-13netwatch-dns: update initialization of empty arrayGravatar Christian Hesse1-2/+2
Having the parenthesis here is important for valid syntax!
2022-07-11netwatch-dns: properly check for disabled stateGravatar Christian Hesse1-2/+2
The property 'disabled' can be undefined, which evaluates to enabled - but is not matched by 'disabled=no'.
2022-07-06netwatch-dns: break long linesGravatar Christian Hesse1-3/+6
2022-05-11netwatch-dns: RouterOS v7 path syntaxGravatar Christian Hesse1-15/+15
2022-02-10netwatch-dns: flush cache on configuration changeGravatar Christian Hesse1-0/+4
2022-01-03introduce netwatch-dnschange-72Gravatar Christian Hesse1-0/+78