mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-09 20:29:23 +02:00
chore(storage): common sorting for all servers
This commit is contained in:
@@ -12,7 +12,7 @@ type ServerLocation struct {
|
||||
}
|
||||
|
||||
// TODO remove retroRegion and servers from API in v4.
|
||||
func LocationData() (data []ServerLocation) {
|
||||
func LocationData() (data []ServerLocation) { //nolint:maintidx
|
||||
//nolint:lll
|
||||
return []ServerLocation{
|
||||
{Region: "Asia Pacific", Country: "Australia", City: "Adelaide", RetroLoc: "Australia Adelaide", Hostname: "au-adl.prod.surfshark.com", MultiHop: false},
|
||||
|
||||
Reference in New Issue
Block a user