mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
Using duration-string for configuration of timings. Much nicer.
This commit is contained in:
@@ -5,9 +5,9 @@ interface = "eno1" # Network interface to use for scans
|
||||
level = "info" # off, error, warn, info, debug, trace
|
||||
|
||||
[timings]
|
||||
wait_between_scans="30"
|
||||
arp_sender_timeout="30"
|
||||
arp_scan_duration="60"
|
||||
wait_between_scans="30s"
|
||||
arp_sender_timeout="30s"
|
||||
arp_scan_duration="60s"
|
||||
|
||||
[notifications]
|
||||
method="pushover" # For now just pushover
|
||||
|
||||
Reference in New Issue
Block a user