|
|
@@ -139,7 +139,7 @@ public class HuaTaiCrawlerRequestImpl implements HuaTaiCrawlerRequest {
|
|
|
super.prepareConnection(c, m);
|
|
|
}
|
|
|
};
|
|
|
- factory.setProxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("39.98.41.104", 2025)));
|
|
|
+ factory.setProxy(new Proxy(Proxy.Type.HTTP, new InetSocketAddress("172.24.144.226", 2025)));//39.98.41.104
|
|
|
return new RestTemplate(factory);
|
|
|
}
|
|
|
|