feat(surfshark): update servers data

This commit is contained in:
Quentin McGaw
2022-06-06 01:41:00 +00:00
parent f5f65d534a
commit f53f0cfffd
3 changed files with 1086 additions and 672 deletions

View File

@@ -39,6 +39,8 @@ func addOpenVPNServersFromZip(ctx context.Context,
if err != nil {
// treat error as warning and go to next file
warning := err.Error() + " in " + fileName
// TODO gather location data for IP address Openvpn files
// and process those when this error triggers.
warnings = append(warnings, warning)
continue
}