mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-16 21:50:22 +02:00
fix(slickvpn/updater): only keep 11 servers
- this reverts most of commit e806fe02db.
This commit is contained in:
@@ -19,9 +19,3 @@ func parseHardcodedServers() (allServers models.AllServers, err error) {
|
||||
err = decoder.Decode(&allServers)
|
||||
return allServers, err
|
||||
}
|
||||
|
||||
// HardcodedServers returns the hardcoded servers.
|
||||
// Warning: mutating the returned value will impact the storage's internal state.
|
||||
func (s *Storage) HardcodedServers() models.AllServers {
|
||||
return s.hardcodedServers
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user