Added main loop to run continuously and relevant configuration options

This commit is contained in:
rzuasti
2026-01-23 11:00:24 -05:00
parent 77f996c591
commit ecfc56bc30
5 changed files with 61 additions and 42 deletions
+4
View File
@@ -1,7 +1,11 @@
[networking]
interface = "eno1" # Network interface to use for scans
[log]
level = "info" # off, error, warn, info, debug, trace
[timings]
wait_between_scans="30"
arp_sender_timeout="30"
arp_scan_duration="60"