Assimilate PIA v4 as PIA in code

This commit is contained in:
Quentin McGaw
2020-11-10 13:35:49 +00:00
parent f48392064e
commit aef14a9f6d
9 changed files with 82 additions and 96 deletions

View File

@@ -81,7 +81,7 @@ func (u *updater) UpdateServers(ctx context.Context) (allServers models.AllServe
}
if u.options.PIA {
u.logger.Info("updating Private Internet Access (v4) servers...")
u.logger.Info("updating Private Internet Access servers...")
if err := u.updatePIA(ctx); err != nil {
u.logger.Error(err)
}