add test provenance columns and worker report fields
Add last_check/last_target columns to proxylist schema with migration. Include checktype and target in V2 worker report payload.
This commit is contained in:
2
ppf.py
2
ppf.py
@@ -1134,6 +1134,8 @@ def worker_v2_main(config):
|
||||
'latency': round(latency_sec, 3),
|
||||
'exit_ip': state.exit_ip,
|
||||
'source_url': source_map.get(proxy_addr) or source_map.get(state.proxy, ''),
|
||||
'checktype': state.last_check or '',
|
||||
'target': state.last_target or '',
|
||||
})
|
||||
|
||||
if completed % 50 == 0 or completed == len(all_jobs):
|
||||
|
||||
Reference in New Issue
Block a user