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:
parent
f21c4c0572
commit
e98cd76ec0
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue