This is a very simple Bash/Zsh/etc script that gets all the information on your Tailscale subnet routes and exit nodes in one place.
The Tailscale Console web UI does show everything, but information is scattered about behind device pages and submenus. The tailscale binary only knows about nodes it directly needs. And the online API doesn't have the same detail as the Console or local binary.
Aggregates information from the local tailscale binary and the API, then spits it out in a very clean and readable format.
git clone https://github.com/inventor7777/Tailscale-Routes
cd Tailscale-Routes
chmod +x tailscale-routes.shThen, edit the script using your preferred text editor to add your random Tailnet ID and Tailscale API key to the top.
