Skip to content

kmein/tinc-graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tinc-graph

tinc-graph is a little program to help you display your Tinc network graphically. It was inspired by makefu/tinc_graphs.

What you need:

  1. a Tinc network
  2. an IP geolocation database in binary MMDB format (can be downloaded from MaxMind after creating an account)
  3. tinc-graph, jq

How To ...

  • ... install: cargo install
  • ... run the examples:
    1. sudo tinc-graph --geoip-file PATH_TO_YOUR_GEOIP_DATABASE --network NAME_OF_YOUR_NETWORK > static/network.json
    2. ./tinc-statistics < static/network.json > static/statistics.json
    3. python3 -m http.server --directory static (or similar)
    4. visit http://0.0.0.0:8000/graph.html and http://0.0.0.0:8000/map.html

About

Display your Tinc VPN network graphically

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published