@@ -110,7 +110,8 @@ class BaseProxyPool(BaseServer):
def check(self, proxy):
is_ok = False
- url = 'https://myip.ipip.net'
+ # url = 'https://myip.ipip.net'
+ url = 'https://www.baidu.com/'
netloc = get_netloc(proxy)
try:
requests_param = {