From 56d86bc6052f0ed6a027d54dfcb1e9d7db44627e Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Tue, 15 Dec 2009 17:43:41 +0000 Subject: [PATCH] Localhost is no longer treated more equal than listening addresses, update documentation accordingly. --- config | 9 +++------ doc/source/p-config.sgml | 8 +++----- doc/webserver/user-manual/config.html | 7 +------ 3 files changed, 7 insertions(+), 17 deletions(-) diff --git a/config b/config index 093b9cd9..7dcb2967 100644 --- a/config +++ b/config @@ -1,6 +1,6 @@ -# Sample Configuration File for Privoxy v3.0.15 beta +# Sample Configuration File for Privoxy v3.0.16 # -# $Id: config,v 1.82 2009/10/10 05:56:41 fabiankeil Exp $ +# $Id: config,v 1.83 2009/11/29 15:04:51 fabiankeil Exp $ # # Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ # @@ -713,10 +713,7 @@ logfile logfile # If you leave out the IP address, Privoxy will bind to all IPv4 # interfaces (addresses) on your machine and may become reachable # from the Internet. In that case, consider using access control -# lists (ACL's, see below), and/or a firewall. If the hostname -# is localhost, Privoxy will explicitly try to bind to an IPv4 -# address. For other hostnames it depends on the operating system -# which IP version will be used. +# lists (ACL's, see below), and/or a firewall. # # If you open Privoxy to untrusted users, you will also # want to make sure that the following actions are disabled: diff --git a/doc/source/p-config.sgml b/doc/source/p-config.sgml index 57ff8989..8594df00 100644 --- a/doc/source/p-config.sgml +++ b/doc/source/p-config.sgml @@ -3,7 +3,7 @@ Purpose : Used with other docs and files only. - $Id: p-config.sgml,v 2.53 2009/06/12 11:53:33 fabiankeil Exp $ + $Id: p-config.sgml,v 2.54 2009/11/27 13:47:34 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ See LICENSE. @@ -97,7 +97,7 @@ Sample Configuration File for Privoxy v&p-version; - $Id: p-config.sgml,v 2.53 2009/06/12 11:53:33 fabiankeil Exp $ + $Id: p-config.sgml,v 2.54 2009/11/27 13:47:34 fabiankeil Exp $ Copyright (C) 2001-2009 Privoxy Developers http://www.privoxy.org/ @@ -1240,9 +1240,7 @@ actionsfile bind to all IPv4 interfaces (addresses) on your machine and may become reachable from the Internet. In that case, consider using access control lists (ACL's, see below), and/or - a firewall. If the hostname is localhost, Privoxy - will explicitly try to bind to an IPv4 address. For other hostnames it depends - on the operating system which IP version will be used. + a firewall. If you open Privoxy to untrusted users, you will diff --git a/doc/webserver/user-manual/config.html b/doc/webserver/user-manual/config.html index 9e07ef2c..f0c99cd0 100644 --- a/doc/webserver/user-manual/config.html +++ b/doc/webserver/user-manual/config.html @@ -1697,12 +1697,7 @@ CLASS="APPLICATION" HREF="config.html#ACLS" >access control lists (ACL's, see below), and/or - a firewall. If the hostname is localhost, Privoxy - will explicitly try to bind to an IPv4 address. For other hostnames it depends - on the operating system which IP version will be used. + a firewall.

If you open