mashb1t / traceroute-server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Traceroute

How to use

Due to the nature of traceroute the traceroute-server from which traceroute is executed has to be run in your network to get an accurate result.

The server is running at http://127.0.0.1:3000.

Setup

Docker

docker-compose build
docker-compose up -d

Node

npm install
node server.js

About

License:MIT License


Languages

Language:JavaScript 96.9%Language:Dockerfile 3.1%