From 05e1fc3b4edf7d2434b1aead94bc134134785c01 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Tue, 23 Dec 2025 02:02:26 +0000 Subject: [PATCH] fix(vpnunlimited/updater): remove no longer valid hosts --- .../vpnunlimited/updater/constants.go | 32 +++++++------------ 1 file changed, 12 insertions(+), 20 deletions(-) diff --git a/internal/provider/vpnunlimited/updater/constants.go b/internal/provider/vpnunlimited/updater/constants.go index 3bdc235f..a88edbb1 100644 --- a/internal/provider/vpnunlimited/updater/constants.go +++ b/internal/provider/vpnunlimited/updater/constants.go @@ -27,13 +27,10 @@ func getHostToServer() (hts hostToServer, warnings []string) { }, "ca": {}, "ch": {}, - "cr": {}, - "cy": {}, "cz": {}, "de-dus": { City: "Düsseldorf", }, - "dk": {}, "ee": {}, "es": {}, "fi": {}, @@ -48,34 +45,29 @@ func getHostToServer() (hts hostToServer, warnings []string) { City: "Dublin", }, "il": {}, - "im": {}, "in": {}, "is": {}, "it-mil": { City: "Milan", }, - "jp": {}, - "kr": {}, - "lt": {}, - "md": {}, - "mx": {}, - "mys": {}, - "nl": {}, - "no": {}, - "nz": {}, - "om": {}, - "pl": {}, - "pt": {}, - "ro": {}, - "se": {}, + "jp": {}, + "kr": {}, + "lt": {}, + "md": {}, + "mx": {}, + "nl": {}, + "no": {}, + "nz": {}, + "pl": {}, + "pt": {}, + "ro": {}, + "se": {}, "sg-free": { Free: true, }, "sg": {}, "si": {}, "sk": {}, - "th": {}, - "tr": {}, "uk-cv": { City: "London", },