diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-01-11 17:40:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-01-11 17:40:35 +0000 |
commit | deabb2567fcfbb36350d83578e4027e0997460e8 (patch) | |
tree | eccf2a1697b619258613bfea8a4972129b5d2b7f /contrib | |
parent | c1b5f53679af75a98b46f4dc7dc0f356de8ddb73 (diff) | |
download | tor-deabb2567fcfbb36350d83578e4027e0997460e8.tar.gz tor-deabb2567fcfbb36350d83578e4027e0997460e8.zip |
r11946@Kushana: nickm | 2007-01-11 12:40:20 -0500
Have privoxy configuration olerate broken /etc/hosts on macos installations
svn:r9339
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/osx/privoxy.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/osx/privoxy.config b/contrib/osx/privoxy.config index ab98401814..06783d0d1e 100644 --- a/contrib/osx/privoxy.config +++ b/contrib/osx/privoxy.config @@ -1006,7 +1006,7 @@ buffer-limit 4096 # # forward-socks4 / socks-gw.example.com:1080 . # -forward-socks4a / localhost:9050 . +forward-socks4a / 127.0.0.1:9050 . # # 6. WINDOWS GUI OPTIONS |