add default-ssl-ip setting

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2018-02-21 11:50:34 +01:00
parent 26b9c030b5
commit 5480fcbf5d
14 changed files with 106 additions and 10 deletions

View File

@@ -62,3 +62,7 @@ function getIpPortCombinations($ssl = false) {
return $system_ipaddress_array;
}
function getSslIpPortCombinations() {
return getIpPortCombinations(true);
}