[email protected] wrote: > For debian 7.7, the only one that seems to actually force apt-get > through tor is torsocks > > OPTION 1: > sudo nano /etc/apt/apt.conf > ADD THIS: Acquire::socks::proxy "socks5://127.0.0.1:9150"; > When using apt-get as normal, debian ignores this and skips tor
I never could make apt works directly with socks proxies. But html proxies are fine. If you set up polipo or similar and use: Acquire::http::Proxy "http://127.0.0.1:8118/"; or for a specific PPA: Acquire::http::Proxy::abcdefghijklmnop.onion "http://127.0.0.1:8118/"; In recent versions, one can add a file with this in /etc/apt/apt.conf.d/ This works for me. -- tor-talk mailing list - [email protected] To unsubscribe or change other settings go to https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk
