[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: |
Fri, 08 Dec 2023 23:06:38 -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. ]]]
> > Is this the code you mean?
> >
> > (open-network-stream
> > name buffer host service
> > :type gw-method
> > ;; Use non-blocking socket if we can.
> > :nowait (and (featurep 'make-network-process)
> > (url-asynchronous url-current-object)
> > '(:nowait t)))
> > How can I make that use TOR?
> Perhaps the ':type shell' connection is the solution?
I have no idea. How could I use that to acheieve the goal?
--
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 <=
- 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, 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