Use IP addresses resolved for PIA old servers (#239)
- Fix #238 - Not using raw IPs from PIA as they seem invalid - Update PIA old server information
This commit is contained in:
@@ -77,7 +77,7 @@ func (u *updater) UpdateServers(ctx context.Context) (err error) {
|
||||
}
|
||||
|
||||
if u.options.PIAold {
|
||||
if err := u.updatePIAOld(); err != nil {
|
||||
if err := u.updatePIAOld(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user