Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 350 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 350 Bytes

traceroute-js

A traceroute implementation in javascript using dgram and raw-sockets

How to use it

Install it using npm install

Run it with sudo node traceroute 8.8.8.8 or sudo node traceroute www.google.com

or without reverse loopup sudo node traceroute -n 8.8.8.8 or sudo node traceroute -n www.google.com