Start Neue Main
This commit is contained in:
19
Dev/sw_ip_scann_CSV/config.json
Normal file
19
Dev/sw_ip_scann_CSV/config.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user