From 243b23dc196fc055714639ab3b84f9ff9cf13511 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 6 Nov 2020 22:48:33 +0100 Subject: global-functions: $DNSIsResolving: use a domain with low ttl --- global-functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-functions b/global-functions index 030a9f2..06acf9f 100644 --- a/global-functions +++ b/global-functions @@ -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; -- cgit v1.2.3-54-g00ecf