10 lines
297 B
Python
10 lines
297 B
Python
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]
|