Skip to content

Commit

Permalink
fix(purevpn): fix update url and update servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Yifang Dai authored and qdm12 committed Dec 14, 2023
1 parent 75fd869 commit c8f1efa
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 625 deletions.
2 changes: 1 addition & 1 deletion internal/provider/purevpn/updater/servers.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import (

func (u *Updater) FetchServers(ctx context.Context, minServers int) (
servers []models.Server, err error) {
const url = "https://d32d3g1fvkpl8y.cloudfront.net/heartbleed/windows/New+OVPN+Files.zip"
const url = "https://d11a57lttb2ffq.cloudfront.net/heartbleed/router/Recommended-CA2.zip"
contents, err := u.unzipper.FetchAndExtract(ctx, url)
if err != nil {
return nil, err
Expand Down

0 comments on commit c8f1efa

Please sign in to comment.