Initial poc commit.
This commit is contained in:
12
config.yaml
Normal file
12
config.yaml
Normal 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
|
||||
Reference in New Issue
Block a user