Skip to content

Instantly share code, notes, and snippets.

View kareemlukitomo's full-sized avatar

Kareem kareemlukitomo

View GitHub Profile
#!/bin/bash
# Get the list of exit nodes, skipping the first two lines (header)
exit_nodes=$(sudo tailscale exit-node list | tail -n +3 | grep -E '^\s*[0-9]+\.[0-9]+\.[0-9]+\.[0-9]+\s+')
# Add a "Disable exit node" option
echo -e "Disable exit node" > tmp_exit_nodes
echo "$exit_nodes" >> tmp_exit_nodes
# Use fzf to select an exit node, formatting as 'Country - City' and previewing IP and Hostname