From 3c4d5f1a04ece84110b457a22749207bb5b02404 Mon Sep 17 00:00:00 2001 From: Quentin McGaw Date: Wed, 5 Aug 2026 14:40:04 +0000 Subject: [PATCH] fix(vpnunlimited): remove no longer valid hosts from updater --- internal/provider/vpnunlimited/updater/constants.go | 8 -------- 1 file changed, 8 deletions(-) diff --git a/internal/provider/vpnunlimited/updater/constants.go b/internal/provider/vpnunlimited/updater/constants.go index a88edbb1..a07cec7a 100644 --- a/internal/provider/vpnunlimited/updater/constants.go +++ b/internal/provider/vpnunlimited/updater/constants.go @@ -40,26 +40,19 @@ func getHostToServer() (hts hostToServer, warnings []string) { "fr": {}, "gr": {}, "hr": {}, - "hu": {}, - "ie-dub": { - City: "Dublin", - }, "il": {}, "in": {}, - "is": {}, "it-mil": { City: "Milan", }, "jp": {}, "kr": {}, "lt": {}, - "md": {}, "mx": {}, "nl": {}, "no": {}, "nz": {}, "pl": {}, - "pt": {}, "ro": {}, "se": {}, "sg-free": { @@ -67,7 +60,6 @@ func getHostToServer() (hts hostToServer, warnings []string) { }, "sg": {}, "si": {}, - "sk": {}, "uk-cv": { City: "London", },