| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- {
- "source": {
- "type": "cfst_local"
- },
- "cfst_local": {
- "work_dir": "./cfst_darwin_arm64",
- "binary": "./cfst",
- "run_args": [
- "-f",
- "ip.txt",
- "-o",
- "result.csv",
- "-p",
- "10"
- ],
- "result_file": "result.csv",
- "run_timeout_sec": 600,
- "skip_run": false,
- "header_rows": 1,
- "columns": {
- "ip": 0,
- "sent": 1,
- "received": 2,
- "loss_rate": 3,
- "avg_latency": 4,
- "download_speed": 5,
- "region": 6
- }
- },
- "domain_filter": {
- "include_suffixes": [],
- "exclude_regex": []
- },
- "healthcheck": {
- "enabled": false,
- "attempts": 3,
- "timeout_ms": 1800,
- "port": 443,
- "tls_verify": false
- },
- "selection": {
- "top_n": 3
- },
- "output": {
- "runtime_dir": "./cfip_runtime",
- "selected_value_file": "current_ip.txt",
- "selected_value_json": "current_ip.json",
- "selected_value_json_key": "ip",
- "state_file": "state.json",
- "state_last_good_key": "last_good_ip",
- "export_vars_file": "substore_vars.json",
- "substore_value_key": "AUTO_CFIP"
- },
- "notify": {
- "command": ""
- }
- }
|