mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-18 17:34:02 +02:00
fix(slickvpn/updater): update existing hostnames from servers.json
- SlickVPN location website is now total garbage which cannot be parsed
This commit is contained in:
@@ -43,6 +43,7 @@ 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