From: Fabian Keil Date: Mon, 4 Jul 2011 17:47:50 +0000 (+0000) Subject: #93: Add a config directive to let Privoxy explicitly request either IPv4 (or IPv6... X-Git-Tag: v_3_0_18~183 X-Git-Url: http://www.privoxy.org/gitweb/?p=privoxy.git;a=commitdiff_plain;h=ae931e26de71fe1d1bd124ed66e98dbd3f11deaf #93: Add a config directive to let Privoxy explicitly request either IPv4 (or IPv6) addresses --- diff --git a/TODO b/TODO index 0a2ba92e..44d9fba5 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,4 @@ -$Id: TODO,v 1.44 2011/04/16 17:31:35 fabiankeil Exp $ +$Id: TODO,v 1.45 2011/05/08 13:25:14 fabiankeil Exp $ Some Privoxy related tasks, sorted by the time they have been added, not by priority. @@ -260,3 +260,8 @@ have been added, not by priority. as each thread is only counted as one request which is no longer correct. This should be fixed, or the statistic code removed. Privoxy-Log-Parser's provides more detailed statistics, anyway. + +93) Add a config directive to let Privoxy explicitly request either + IPv4 (or IPv6) addresses, even if the system supports both. + Could be useful as a workaround for misconfigured setups where the + libc returns IPv6 addresses even if there's no IPv6 connectivity.