From 43bc5bff3f905cccffc44b8bd20c1ad247d0128d Mon Sep 17 00:00:00 2001 From: tanshu Date: Sat, 3 Mar 2018 17:16:31 +0000 Subject: [PATCH] (Grav GitSync) Automatic Commit from tanshu --- pages/07.mikrotik/docs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/07.mikrotik/docs.md b/pages/07.mikrotik/docs.md index 957482d..3a294d7 100644 --- a/pages/07.mikrotik/docs.md +++ b/pages/07.mikrotik/docs.md @@ -39,7 +39,7 @@ Create the following script with name `TanDNS` and the following permissions `wr # The update URL. Note the "\3F" is hex for question mark (?). Required since ? is a special character in commands. :local url "http://bifrost.tanshu.com/update\3Fdomain=$host" :log info "TanDNS: Sending update for $host" - /tool fetch url=$url user=$user password=$pass mode=http dst-path=("TanDNSupdate-" . $host . ".txt") + /tool fetch url=$url user=$user password=$pass mode=http keep-result=no :log info "TanDNS: Host $host updated on TanDNS with IP $currentIP" } else={ :log info "TanDNS: Previous IP $previousIP and current IP equal, no update need"