fix(privado): update Zip file URL and update servers data

- Fix Bug: privado update url outdated #2104
This commit is contained in:
Quentin McGaw
2024-02-13 10:22:49 +00:00
parent c882df1a8f
commit ef5f521ce0
2 changed files with 2552 additions and 2038 deletions

View File

@@ -13,7 +13,7 @@ import (
func (u *Updater) FetchServers(ctx context.Context, minServers int) (
servers []models.Server, err error) {
const url = "https://privado.io/apps/ovpn_configs.zip"
const url = "https://privadovpn.com/apps/ovpn_configs.zip"
contents, err := u.unzipper.FetchAndExtract(ctx, url)
if err != nil {
return nil, err

File diff suppressed because it is too large Load Diff