github SimplyMinimal/tailscale-network-topology-mapper v0.0.1
Initial POC Release - create-network-map.py

latest releases: v2.0.0, v0.0.2
14 months ago

This release contains the first proof-of-concept version of the create-network-map.py tool. To execute this, do the following:

Initial Set Up

  1. You will need Python3 and git installed.
  2. Download this release.
  3. pip install -r requirements.txt
  4. Copy your ACL policy into the contents of the example policy.hujson
  5. Edit create-network-map.py and change COMPANY_DOMAIN="example.com" to your actual company domain

Execution

  1. Run python create-network-map.py to generate your network map. It should produce an updated network_topology.html file that you can open in your browser.

You can filter down to specific groups or nodes using the filter bar at the top or by clicking on a node on the graph.

Full Changelog: https://github.com/SimplyMinimal/tailscale-network-topology-mapper/commits/v0.0.1

Don't miss a new tailscale-network-topology-mapper release

NewReleases is sending notifications on new releases.