19 lines
337 B
JSON
19 lines
337 B
JSON
{
|
|
"network": {
|
|
"subnet": "10.101.0.0/24",
|
|
"auto_detect": false
|
|
},
|
|
"scanning": {
|
|
"ping_timeout": 0.3,
|
|
"ping_delay": 0.001,
|
|
"max_threads": 10
|
|
},
|
|
"database": {
|
|
"devices_file": "known_devices.json"
|
|
},
|
|
"logging": {
|
|
"enabled": true,
|
|
"log_file": "network_scanner.log",
|
|
"log_level": "INFO"
|
|
}
|
|
} |