From 3e075d381c2ffa9f88f3c44e3c19f001c9c276ef Mon Sep 17 00:00:00 2001 From: Tarek Bohdima Date: Tue, 14 Jan 2025 06:23:40 +0200 Subject: [PATCH] properly identify Libyan users by adding exclude logic --- presets.go | 1 + 1 file changed, 1 insertion(+) diff --git a/presets.go b/presets.go index f86633394a..11c079c7d9 100644 --- a/presets.go +++ b/presets.go @@ -408,6 +408,7 @@ var PRESETS = map[string]QueryPreset{ }, "libya": QueryPreset{ include: []string{"libya", "tripoli", "benghazi", "misrata", "zliten", "bayda"}, + exclude: []string{"lebanon", "greece", "gr"}, }, "slovakia": QueryPreset{ include: []string{"slovakia", "bratislava", "kosice", "presov", "zilina"},