rename host scan to services details

This commit is contained in:
2024-10-16 21:50:44 +02:00
parent 9f2826d522
commit 18775fb8b1
4 changed files with 5 additions and 5 deletions

View File

@ -13,12 +13,12 @@ $presets = [
'refreshPeriod' => 60,
'sudo' => false,
],
"host" => [
"services" => [
'-Pn' => true,
'-F' => true,
'-sV' => true,
'-T5' => true,
'--stylesheet' => "$BASEDIR/hostScan.xsl",
'--stylesheet' => "$BASEDIR/servicesDetails.xsl",
'refreshPeriod' => 60,
'sudo' => false,
],