[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making package.el talk over Tor
From: |
Tomas Hlavaty |
Subject: |
Re: Making package.el talk over Tor |
Date: |
Mon, 18 Dec 2023 09:10:59 +0100 |
On Mon 18 Dec 2023 at 09:05, Tomas Hlavaty <tom@logand.com> wrote:
>> and cause all use of eww to go through Tor?
>
> I have this in .emacs:
>
> (custom-set-variables
> '(url-cookie-confirmation nil)
> '(url-cookie-untrusted-urls '(".*"))
> '(url-gateway-method 'native)
> '(url-privacy-level 'paranoid)
> '(url-proxy-services
> '(("no_proxy" . "localhost")
> ("http" . "127.0.0.1:8118")
> ("https" . "127.0.0.1:8118")))
> '(url-queue-timeout 4)
>
> and eww goes through tor running on port 8118
actually iirc I have it like this: eww -> privoxy -> tor (because of
additional rules in privoxy, e.g. some sites should not go via tor).
but privoxy could probably be dropped if desired
- Re: Making package.el talk over Tor, Richard Stallman, 2023/12/08
- Re: Making package.el talk over Tor, Eli Zaretskii, 2023/12/09
- Re: Making package.el talk over Tor, Richard Stallman, 2023/12/12
- Re: Making package.el talk over Tor, Philip Kaludercic, 2023/12/14
- Re: Making package.el talk over Tor, Richard Stallman, 2023/12/16
- Re: Making package.el talk over Tor, Richard Stallman, 2023/12/17
- Re: Making package.el talk over Tor, Tomas Hlavaty, 2023/12/18
- Re: Making package.el talk over Tor,
Tomas Hlavaty <=
- Re: Making package.el talk over Tor, Richard Stallman, 2023/12/20
- Re: Making package.el talk over Tor, Philip Kaludercic, 2023/12/21
- Re: Making package.el talk over Tor, Philip Kaludercic, 2023/12/21
- Re: Making package.el talk over Tor, Tomas Hlavaty, 2023/12/21
- Re: Making package.el talk over Tor, Richard Stallman, 2023/12/23
- Re: Making package.el talk over Tor, Tomas Hlavaty, 2023/12/24
- Re: Making package.el talk over Tor, Philip Kaludercic, 2023/12/24
- Re: Making package.el talk over Tor, Tomas Hlavaty, 2023/12/24