diff --git a/workers/proxies_constants.py b/workers/proxies_constants.py index 5fef588..ba8f700 100644 --- a/workers/proxies_constants.py +++ b/workers/proxies_constants.py @@ -7,5 +7,14 @@ FR_PROXY_RES = { 'http': 'http://7090876-res-country-FR:1tvt4pavvi@185.2.81.74:13378', 'https': 'http://7090876-res-country-FR:1tvt4pavvi@185.2.81.74:13378' } +DE_PROXY_MOBILE = { + 'http': 'http://8153587-mobile-country-DE:jp50x9jmo@194.88.106.169:11842', + 'https': 'http://8153587-mobile-country-DE:jp50x9jmo@194.88.106.169:11842' +} +DE_PROXY_RES = { + 'http': 'http://8254565-res-country-DE:1st57izbhe@185.21.60.181:14648', + 'https': 'http://8254565-res-country-DE:1st57izbhe@185.21.60.181:14648' +} # FR_PROXY_MOBILE -PROXY_LIST = [FR_PROXY_RES] \ No newline at end of file +# FR_PROXY_RES +PROXY_LIST = [FR_PROXY_MOBILE, FR_PROXY_RES]