Using duration-string for configuration of timings. Much nicer.

This commit is contained in:
rzuasti
2026-01-23 14:35:28 -05:00
parent ecfc56bc30
commit ca1674243e
8 changed files with 56 additions and 26 deletions
+3 -3
View File
@@ -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