default
This commit is contained in:
@ -6,7 +6,7 @@ $NMAPDIR = dirname(`which nmap`) . "/../share/nmap";
|
||||
$DATADIR = "datadir";
|
||||
|
||||
$presets = [
|
||||
"lan" => [
|
||||
"default" => [
|
||||
'-PS' => 'microsoft-ds',
|
||||
'-F' => true,
|
||||
'-T5' => true,
|
||||
@ -24,4 +24,4 @@ $presets = [
|
||||
'refreshPeriod' => 60,
|
||||
'sudo' => true,
|
||||
],
|
||||
];
|
||||
];
|
||||
|
Reference in New Issue
Block a user