mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-14 12:04:30 +02:00
tcode tidy & correct image names
This commit is contained in:
parent
f3beb2ed9b
commit
4548f7c5c1
55 changed files with 18 additions and 18 deletions
|
@ -10,7 +10,7 @@
|
|||
:foreach SiteName in=$WebSites do={
|
||||
|
||||
# try a DNS resolution of this site
|
||||
:local IpAddress [/resolve $SiteName];
|
||||
:local IpAddress [:resolve $SiteName];
|
||||
|
||||
# try pinging the IP address of this site
|
||||
:local PingResult [/ping $IpAddress count=3 ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue