global-functions: $DNSIsResolving: use a domain with low ttl

This commit is contained in:
Christian Hesse 2020-11-06 22:48:33 +01:00
parent f2e16a92d1
commit 243b23dc19

View file

@ -221,7 +221,7 @@
:global CharacterReplace;
:do {
:resolve ([ $CharacterReplace [ / system clock get time ] ":" "" ] . ".mikrotik.com");
:resolve "low-ttl.eworm.de";
:return true;
} on-error={
:return false;