mirror of
https://github.com/wifinigel/MikrotikScripting.git
synced 2025-07-31 08:14:41 +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
|
@ -2,6 +2,6 @@
|
|||
:local WebSites { "badname1234.com"; "google.com"};
|
||||
|
||||
:foreach SiteName in=$WebSites do={
|
||||
:local SiteIpAddress [/resolve $SiteName];
|
||||
:local SiteIpAddress [:resolve $SiteName];
|
||||
:put "Site IP for $SiteName is $SiteIpAddress";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue