From 09b6610bf337d53167775f8fd9cae0a2efc3ccd2 Mon Sep 17 00:00:00 2001 From: stabbedbybrick <125766685+stabbedbybrick@users.noreply.github.com> Date: Mon, 19 Feb 2024 16:33:50 +0100 Subject: [PATCH] Change default Hola proxy type to datacenter --- utils/proxies.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/proxies.py b/utils/proxies.py index 49c74ee..eecb38a 100644 --- a/utils/proxies.py +++ b/utils/proxies.py @@ -82,8 +82,8 @@ class Hola: self.executable, "-country", query, - "-proxy-type", - "lum", # residential + # "-proxy-type", + # "lum", # residential "-list-proxies", ] output = subprocess.run(command, capture_output=True, text=True)