mirror of
https://git.eworm.de/cgit/routeros-scripts
synced 2025-07-29 15:24:27 +02:00
global-functions: $DNSIsResolving: use a domain with low ttl
This commit is contained in:
parent
f2e16a92d1
commit
243b23dc19
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue