mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
Maintenance: unique choices from hardcoded servers
This commit is contained in:
@@ -22,7 +22,7 @@ func PIAGeoChoices() (choices []string) {
|
||||
for i := range servers {
|
||||
choices[i] = servers[i].Region
|
||||
}
|
||||
return choices
|
||||
return makeUnique(choices)
|
||||
}
|
||||
|
||||
//nolint:lll
|
||||
|
||||
Reference in New Issue
Block a user