fix(fastesvpn): updater zip file url (#1264)

This commit is contained in:
rsquarev
2022-11-30 13:19:14 -06:00
committed by GitHub
parent 7a3b9941aa
commit 90b9d85742

View File

@@ -13,7 +13,7 @@ import (
func (u *Updater) FetchServers(ctx context.Context, minServers int) (
servers []models.Server, err error) {
const url = "https://support.fastestvpn.com/download/openvpn-tcp-udp-config-files"
const url = "https://support.fastestvpn.com/download/fastestvpn_ovpn"
contents, err := u.unzipper.FetchAndExtract(ctx, url)
if err != nil {
return nil, err