add ProxyManager

This commit is contained in:
2024-03-30 16:35:10 +01:00
parent 4f48fc0366
commit 640d609fb2
4 changed files with 21 additions and 54 deletions
+9
View File
@@ -0,0 +1,9 @@
FR_ASOCKS_MOBILE_PROXY = {
'http': 'http://11797317-mobile-country-FR:nv958134x@190.2.151.110:14046',
'https': 'http://11797317-mobile-country-FR:nv958134x@190.2.151.110:14046',
}
class ProxyManager:
def get_link_validate_proxy(self) -> list:
return [FR_ASOCKS_MOBILE_PROXY]