mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
dns/dyndns: IPv6 too
This commit is contained in:
@@ -73,7 +73,7 @@ if (!empty($_REQUEST['getdyndnsstatus'])) {
|
||||
$cached_ipv6 = $cached_ipv6_s[0];
|
||||
echo sprintf(
|
||||
'<span class="%s">%s</span>',
|
||||
$ipv6addr != $cached_ipv6 ? 'text-warning' : 'text-success',
|
||||
$ipv6addr != $cached_ipv6 ? 'text-danger' : '',
|
||||
htmlspecialchars($cached_ipv6)
|
||||
);
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user