[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Making package.el talk over Tor
From: |
Richard Stallman |
Subject: |
Re: Making package.el talk over Tor |
Date: |
Sun, 17 Dec 2023 23:12:39 -0500 |
[[[ To any NSA and FBI agents reading my email: please consider ]]]
[[[ whether defending the US Constitution against all enemies, ]]]
[[[ foreign or domestic, requires you to follow Snowden's example. ]]]
Would it be possible to add this code to eww.el in the right place
> (let ((conn
> (open-network-stream
> "test" (current-buffer) "gnu.org" "http"
> :type 'shell
> :shell-command "torsocks nc %s %p")))
> (process-send-string conn "GET / HTTP/1.0\r\n\r\n"))
and cause all use of eww to go through Tor?
If so, can someone show me how and where this is needed?
--
Dr Richard Stallman (https://stallman.org)
Chief GNUisance of the GNU Project (https://gnu.org)
Founder, Free Software Foundation (https://fsf.org)
Internet Hall-of-Famer (https://internethalloffame.org)
- 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 <=
- Re: Making package.el talk over Tor, Tomas Hlavaty, 2023/12/18
- Re: Making package.el talk over Tor, Tomas Hlavaty, 2023/12/18
- 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