tcode tidy & correct image names

This commit is contained in:
Wifinigel 2023-02-26 14:05:58 +00:00
parent f3beb2ed9b
commit 4548f7c5c1
55 changed files with 18 additions and 18 deletions

View file

@ -3,7 +3,7 @@
:local w {"mikrotik.com"; "www.google.com"; "twitter.com"};
:foreach s in=$w do={
:local i [/resolve $s];
:local i [:resolve $s];
:local p [/ping $i count=3 ];
:local u [/tool fetch url=("https://$s") mode=https http-method=get \
as-value keep-result=no];