Add all Debian changes from 3.0.19-2 to 3.0.24-1
[privoxy.git] / debian / patches / 28_listen_localhost.patch
1 Author: Roland Rosenfeld <roland@debian.org>
2 Description: Listen on localhost:8118 instead of 127.0.0.1:8118, because
3  this is independent from localhost IP (127.0.0.1 vs. 127.0.1.1)
4  and also supports IPv6 (Closes: #512888)
5 Bug-Debian: http://bugs.debian.org/512888
6
7 --- a/config
8 +++ b/config
9 @@ -780,7 +780,7 @@ logfile logfile
10  #
11  #        listen-address [::1]:8118
12  #
13 -listen-address  127.0.0.1:8118
14 +listen-address  localhost:8118
15  #
16  #  4.2. toggle
17  #  ============