mirror of
https://github.com/opnsense/plugins.git
synced 2026-06-09 08:56:23 -04:00
change https migration to 0.0.0.0
This commit is contained in:
parent
3f6270a089
commit
4ce65e3e96
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ class M0_1_3 extends BaseModelMigration
|
|||
|
||||
$httpsPort = (string)($ntopngConfig->httpsport ?? '');
|
||||
if ($httpsPort !== '') {
|
||||
$model->addresseshttps = "[::]:{$httpsPort}";
|
||||
$model->addresseshttps = "0.0.0.0:{$httpsPort}";
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue