Moar minor clean up
This commit is contained in:
parent
94160aa5a7
commit
64e9d4fd37
|
@ -88,7 +88,7 @@ get '/ula6' => sub {
|
|||
|
||||
# Cat with the time
|
||||
$digesty = sha1_hex($epoch . $fulleui);
|
||||
($uniqueid = "fd" . substr $digesty, -10) =~ s/(.{1,4})/$1:/g;
|
||||
($uniqueid = "fd" . substr $digesty, -10) =~ s/(.{4})/$1:/g;
|
||||
|
||||
# Set the ULA
|
||||
$ula6 = $uniqueid . ':/48';
|
||||
|
|
Loading…
Reference in a new issue