#! /bin/sh /usr/share/dpatch/dpatch-run ## 28_listen_localhost.dpatch by Roland Rosenfeld ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Listen on localhost:8118 instead of 127.0.0.1:8118, because ## DP: this is independent from localhost IP (127.0.0.1 vs. 127.0.1.1) ## DP: and also supports IPv6 (Closes: #512888) @DPATCH@ diff -urNad '--exclude=CVS' '--exclude=.svn' privoxy~/config privoxy/config --- privoxy~/config +++ privoxy/config @@ -773,7 +773,7 @@ # # listen-address [::1]:8118 # -listen-address 127.0.0.1:8118 +listen-address localhost:8118 # # # 4.2. toggle