fix(vyprvpn/updater): update OpenVPN configs zip URL (#3264)

This commit is contained in:
Damoon Tahmasbi
2026-04-03 22:34:10 +10:00
committed by GitHub
parent 763c5be119
commit 1ae85aa5d0
+1 -1
View File
@@ -14,7 +14,7 @@ import (
func (u *Updater) FetchServers(ctx context.Context, minServers int) (
servers []models.Server, err error,
) {
const url = "https://support.vyprvpn.com/hc/article_attachments/360052617332/Vypr_OpenVPN_20200320.zip"
const url = "https://support.vyprvpn.com/hc/article_attachments/44585865394189"
contents, err := u.unzipper.FetchAndExtract(ctx, url)
if err != nil {
return nil, err