From bc46ad3119b0540490b65f5e2cfc6f918cb84c26 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 23 Dec 2019 12:48:33 +0200 Subject: [PATCH] torrc-client: add port 9119 for http --- etc/tor/torrc-client | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/tor/torrc-client b/etc/tor/torrc-client index 41c73a09..06482b51 100644 --- a/etc/tor/torrc-client +++ b/etc/tor/torrc-client @@ -20,6 +20,7 @@ SocksPort 9060 OnionTrafficOnly IsolateSOCKSAuth # This works only for HTTPS and similar, so I ended up using Privoxy to get # apt-listchanges and apt-listbugs also through Tor. #HTTPTunnelPort 8118 IsolateDestAddr PreferIPv6 IsolateSOCKSAuth +HTTPTunnelPort 9119 IsolateDestAddr PreferIPv6 IsolateSOCKSAuth # Uncomment to disable IPv4 #ClientUseIPv4 0