Skip to content

Commit

Permalink
Fix Obfuscated_Servers group selection
Browse files Browse the repository at this point in the history
  • Loading branch information
bartoszWojciechO authored and keliramu committed Jun 1, 2023
1 parent e7daa4e commit e74eaf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cli/cli_mesh_peers.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
)

const (
flagFilter = "internal.Filter"
flagFilter = "filter"
externalFilter = "external"
internalFilter = "internal"
PeerListArgsUsageText = `
Expand Down
1 change: 1 addition & 0 deletions config/server_groups.go
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,5 @@ var GroupMap = map[string]ServerGroup{
"the_americas": TheAmericas,
"asia_pacific": AsiaPacific,
"africa_the_middle_east_and_india": AfricaMiddleEastIndia,
"obfuscated_servers": Obfuscated,
}

0 comments on commit e74eaf1

Please sign in to comment.