fix(ipvanish): update openvpn zip file url for updater

This commit is contained in:
Quentin McGaw
2024-11-07 20:18:29 +00:00
parent 86d82c1098
commit 5f182febae
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ import (
func (u *Updater) FetchServers(ctx context.Context, minServers int) (
servers []models.Server, err error,
) {
const url = "https://configs.ipvanish.com/configs/configs.zip"
const url = "https://configs.ipvanish.com/openvpn/v2.6.0-0/configs.zip"
contents, err := u.unzipper.FetchAndExtract(ctx, url)
if err != nil {
return nil, err