From 1dacf302c0309f1fb7270fd780a744c0691d793d Mon Sep 17 00:00:00 2001 From: tanshu Date: Sat, 3 Mar 2018 03:31:26 +0000 Subject: [PATCH] (Grav GitSync) Automatic Commit from tanshu --- pages/07.mikrotik/docs.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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