Change default Hola proxy type to datacenter

This commit is contained in:
stabbedbybrick
2024-02-19 16:33:50 +01:00
parent 9b28d98802
commit 09b6610bf3

View File

@@ -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)