Skip to content

Commit 329e606

Browse files
committed
global-functions: $IsTimeSync: drop the extra condition...
... as ddns is not required to be enabled. The public address is available anyway, but not set in DNS.
1 parent ed7b480 commit 329e606

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

global-functions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@
490490
:return false;
491491
}
492492

493-
:if ([ /ip/cloud/get ddns-enabled ] = true && [ /ip/cloud/get update-time ] = true) do={
493+
:if ([ /ip/cloud/get update-time ] = true) do={
494494
:if ([ :typeof [ /ip/cloud/get public-address ] ] = "ip") do={
495495
:return true;
496496
}

0 commit comments

Comments
 (0)