mirror of
https://github.com/eworm-de/routeros-scripts.git
synced 2024-05-11 05:55:19 +00:00
global-functions: $DNSIsResolving: have a final return
This commit is contained in:
@ -230,10 +230,10 @@
|
||||
|
||||
:do {
|
||||
:resolve "low-ttl.eworm.de";
|
||||
:return true;
|
||||
} on-error={
|
||||
:return false;
|
||||
}
|
||||
:return true;
|
||||
}
|
||||
|
||||
# download package from upgrade server
|
||||
|
Reference in New Issue
Block a user