mirror of
https://github.com/unraid/webgui.git
synced 2026-04-29 22:39:20 -05:00
fix: UpdateDNS send 'base-*' instead of 'na'
This commit is contained in:
@@ -57,7 +57,7 @@ $internalip = ipaddr($ethX);
|
||||
|
||||
// build post array
|
||||
$post = [
|
||||
'plgversion' => 'na',
|
||||
'plgversion' => 'base-'.$var['version'],
|
||||
'internalip' => is_array($internalip) ? $internalip[0] : $internalip,
|
||||
'keyfile' => $keyfile
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user