We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64adbc1 commit e527b6dCopy full SHA for e527b6d
functions.php
@@ -339,7 +339,7 @@ function getCurrentPublicIPv6()
339
}
340
341
if (!isIPV6Valid($publicIP) || $publicIP === false) {
342
- outputWarning("https://ip6.seeip.org didn't return a valid IPv4 address (Try $retryCount / $retryLimit). Trying fallback API https://v6.ident.me/");
+ outputWarning("https://ip6.seeip.org didn't return a valid IPv6 address (Try $retryCount / $retryLimit). Trying fallback API https://v6.ident.me/");
343
$url = 'https://v6.ident.me/';
344
$ch = initializeCurlHandlerGetIP($url);
345
$publicIP = trim(curl_exec($ch));
0 commit comments