1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

iiab-vpn: Trailing newline forgotten in PR #3800

This commit is contained in:
A Holt 2024-09-18 15:17:59 -04:00 committed by GitHub
parent f21c4c0572
commit e98cd76ec0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,3 +60,4 @@ echo -e " tailscale logout\n"
# More useful output than 'tailscale status'
echo -e "\e[44;1mVPN peers: (rightmost column = online/offline)\e[0m\n"
tailscale status --json | jq -r '.Self,.Peer[] | .Tags[] + " " + .TailscaleIPs[] + " " + .HostName + " " + .DNSName + " " + .OS + " " + .Relay + " " + (.Online|tostring)' | sort -V | column -t
echo