Skip to content

Commit da687e1

Browse files
authored
Fix IPV6
Fix IPV6
1 parent e16f6e3 commit da687e1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cloudflare.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,7 @@ function __construct($apiKey, $hostname, $ipv4)
240240
$this->ipv4 = $ipv4;
241241

242242
try {
243-
$ipv6 = $this->ipify->tryGetIpv6();
243+
$this->ipv6 = $this->ipify->tryGetIpv6();
244244
} catch (Exception $e) {
245245
// IPv6 not available
246246
}
@@ -439,4 +439,4 @@ private function exitWithSynologyMsg($msg = '')
439439
exit();
440440
}
441441
}
442-
?>
442+
?>

0 commit comments

Comments
 (0)