mirror of
https://github.com/tailscale/tailscale.git
synced 2025-04-01 22:12:31 +00:00
Merge 2bfaa4a2870539ccad0d68162880aac00d20e11e into b3455fa99a5e8d07133d5140017ec7c49f032a07
This commit is contained in:
commit
b6fc66d5f9
@ -231,6 +231,12 @@ func runStatus(ctx context.Context, args []string) error {
|
|||||||
outln()
|
outln()
|
||||||
printf("# To see the full list of exit nodes, including location-based exit nodes, run `tailscale exit-node list` \n")
|
printf("# To see the full list of exit nodes, including location-based exit nodes, run `tailscale exit-node list` \n")
|
||||||
}
|
}
|
||||||
|
|
||||||
|
outln()
|
||||||
|
printf("# Tailnet:\n")
|
||||||
|
printf("# - Name: %s\n", st.CurrentTailnet.Name)
|
||||||
|
printf("# - MagicDNS Suffix: %s\n", st.CurrentTailnet.MagicDNSSuffix)
|
||||||
|
|
||||||
if len(st.Health) > 0 {
|
if len(st.Health) > 0 {
|
||||||
outln()
|
outln()
|
||||||
printHealth()
|
printHealth()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user