mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
fix(slickvpn/updater): only keep 11 servers
- this reverts most of commit e806fe02db.
This commit is contained in:
@@ -43,7 +43,6 @@ type Providers struct {
|
||||
type Storage interface {
|
||||
FilterServers(provider string, selection settings.ServerSelection) (
|
||||
servers []models.Server, err error)
|
||||
HardcodedServers() models.AllServers
|
||||
}
|
||||
|
||||
type Extractor interface {
|
||||
|
||||
Reference in New Issue
Block a user