Initial poc commit.

This commit is contained in:
Kalzu Rekku
2025-12-29 22:52:33 +02:00
commit 6dd55cd2ba
4 changed files with 594 additions and 0 deletions

12
config.yaml Normal file
View File

@@ -0,0 +1,12 @@
input_file: "http://localhost:8080"
# input_file: "./ips.txt"
# input_file: /run/ping_service/input.sock
output_file: "http://localhost:8081"
# output_file: "results.json"
# output_file: /run/ping_service/output.sock
interval_seconds: 30
cooldown_minutes: 10
enable_traceroute: true
traceroute_max_hops: 30