diff --git a/pages/07.mikrotik/docs.md b/pages/07.mikrotik/docs.md index 6e06229..957482d 100644 --- a/pages/07.mikrotik/docs.md +++ b/pages/07.mikrotik/docs.md @@ -47,4 +47,8 @@ Create the following script with name `TanDNS` and the following permissions `wr } else={ :log info "TanDNS: $inetinterface is not currently running, so therefore will not update." } -``` \ No newline at end of file +``` + +2. Schedule the script + +Create the following schedule with name `TanDNS-Update` and the following permissions `write, test, read, policy`, `5 minute` interval and `TanDNS` On Event. \ No newline at end of file