Open eksopl opened 12 years ago
Since this is partially related, the ability to "bind" to another IP address should be added to asagi. This should work the same way as fuuka, but the option is located in the JSON config file instead. It would work for hosts that allow you to assign IP addresses located in other countries.
Oh yeah, I forgot about that. Good call.
org.apache.http.conn.params.ConnRouteParams
could be used to close this issue.
HttpParams params = hc.getparams();
params.setParameter(ClientPNames.COOKIE_POLICY, CookiePolicy.IGNORE_COOKIES);
ConnRouteParams.setLocalAddress(params, InetAddress.getByName("IP.ADDRESS"));
To be able to archive location restricted imageboards.