Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 347 Bytes

File metadata and controls

9 lines (8 loc) · 347 Bytes

Trace that Route Server

Simple python based HTTP wrapper around trace-that-route allowing for POST requests to trigger traceroutes.

Example usage

curl -X POST "http://localhost:8000/trace" \
     -H "Content-Type: application/json" \
     -d '{"targets": ["8.8.8.8", "1.1.1.1"]}'