Skip to content

Commit

Permalink
iiab-vpn tip: Show IPs tagged with usernames
Browse files Browse the repository at this point in the history
  • Loading branch information
holta authored Sep 18, 2024
1 parent d3d0b97 commit 5414eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/tailscale/templates/iiab-vpn
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ echo -e " tailscale status"
echo -e " tailscale whois $(tailscale ip -1)"
echo -e " tailscale whois --json $(tailscale ip -1) | jq"
echo -e " tailscale ping --verbose [IP or HOSTNAME]"
echo -e " tailscale status --json | jq"
echo -e " tailscale status --json | grep -B3 tag:"
echo -e " systemctl status tailscaled\n"
echo -e "\e[4mTo disconnect from VPN:\e[0m\n"
echo -e " tailscale down\n"
Expand Down

0 comments on commit 5414eb3

Please sign in to comment.