From: Fabian Keil <fk@fabiankeil.de>
Date: Mon, 4 Jul 2011 17:48:11 +0000 (+0000)
Subject: #94: Add a config directive to let Privoxy prefer either IPv4 (or IPv6) addresses
X-Git-Tag: v_3_0_18~182
X-Git-Url: http://www.privoxy.org/gitweb/%22https:/faq/@default-cgi@/@default-cgi@show-url-info?a=commitdiff_plain;h=7ae12b2afe7124cc23216f76aec2acdd5c085595;p=privoxy.git

#94: Add a config directive to let Privoxy prefer either IPv4 (or IPv6) addresses
---

diff --git a/TODO b/TODO
index 44d9fba5..25ea4482 100644
--- a/TODO
+++ b/TODO
@@ -1,4 +1,4 @@
-$Id: TODO,v 1.45 2011/05/08 13:25:14 fabiankeil Exp $
+$Id: TODO,v 1.46 2011/07/04 17:47:50 fabiankeil Exp $
 
 Some Privoxy related tasks, sorted by the time they
 have been added, not by priority.
@@ -265,3 +265,8 @@ have been added, not by priority.
     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.
+
+94) Add a config directive to let Privoxy prefer either IPv4 (or IPv6)
+    addresses, instead of trusting the libc to return them in an order
+    that makes sense. Like #93, this could be useful as a workaround
+    for misconfigured setups.