This commit is contained in:
Philip Henning 2026-01-03 20:12:42 +01:00
parent f3bae25ff1
commit 2f94600859

View file

@ -19,7 +19,7 @@
# Function: safelyResolve
# - Takes a DNS string (e.g. "example.com")
# - Takes an IP type [ipv4, ipv6]
# - Returns a string of and IP address or false if it can't be resolved
# - Returns a string of an IP address or false if it can't be resolved
:set SafeResolve do={
:do {
:local DomainName [ :tostr $1 ];