Skip to content

Commit

Permalink
feat: add unraid version to metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
dkaser committed Jul 16, 2023
1 parent 8169242 commit 4a9bb50
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@
$query = array(
'clientId' => hash("crc32b", $var['flashGUID']),
'plugin' => 'tailscale',
'version' => $version['VERSION']
'version' => $version['VERSION'],
'unraid' => $var['version']
);

$queryString = http_build_query($query);
Expand Down

0 comments on commit 4a9bb50

Please sign in to comment.