mirror of
https://github.com/rzuasti/oott.git
synced 2026-07-08 19:21:54 +02:00
18 lines
534 B
TOML
18 lines
534 B
TOML
[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"
|
|
|
|
[notifications]
|
|
method="pushover" # For now just pushover
|
|
|
|
[notifications.pushover]
|
|
token="acxa8ouwj5iraswe8pupnpp12kmsm7" # Your pushover token goes here, just copy&paste from their website after creating the app
|
|
user_key="u872udy8xc8ceys9ee6iur229xs3fj" # User key goes here, this is the account wide code for pushover
|