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"