Maint: remove NordVPN SERVER_NAME filter

- Filter was not effective
- Is to be deprecated in v4 anyway
- Bump NordVPN server model version to `3`
- Remove `Name` field from NordVPN server model
This commit is contained in:
Quentin McGaw (desktop)
2021-09-21 23:56:29 +00:00
parent 9a1d9c5d74
commit 6bcbaf085d
8 changed files with 3 additions and 5162 deletions

View File

@@ -46,7 +46,6 @@ func GetServers(ctx context.Context, client *http.Client, minServers int) (
server := models.NordvpnServer{
Region: jsonServer.Country,
Hostname: jsonServer.Domain,
Name: jsonServer.Name,
Number: number,
IP: ip,
TCP: jsonServer.Features.TCP,