mirror of
https://github.com/tailscale/tailscale.git
synced 2025-01-07 08:07:42 +00:00
cmd/tailscale/cli: fix comment accuracy
All exit nodes are shown under this subcommand. Updates tailscale/corp#13025 Signed-off-by: Charlotte Brandhorst-Satzkorn <charlotte@tailscale.com>
This commit is contained in:
parent
f75a36f9bc
commit
f101a75dce
@ -66,7 +66,7 @@ func runExitNodeList(ctx context.Context, args []string) error {
|
|||||||
var peers []*ipnstate.PeerStatus
|
var peers []*ipnstate.PeerStatus
|
||||||
for _, ps := range st.Peer {
|
for _, ps := range st.Peer {
|
||||||
if !ps.ExitNodeOption {
|
if !ps.ExitNodeOption {
|
||||||
// We only show location based exit nodes.
|
// We only show exit nodes under the exit-node subcommand.
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user