unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Colin Baxter <m43cap@yandex.com>
To: Philip Kaludercic <philipk@posteo.net>
Cc: Aleksandr Vityazev <avityazev@posteo.org>,
	 Richard Stallman <rms@gnu.org>,
	 emacs-devel@gnu.org
Subject: Re: package-install and Tor
Date: Wed, 21 Sep 2022 08:20:39 +0100	[thread overview]
Message-ID: <87zgetxkfs.fsf@yandex.com> (raw)
In-Reply-To: <87illhn4xn.fsf@posteo.net> (Philip Kaludercic's message of "Tue,  20 Sep 2022 20:53:24 +0000")

>>>>> Philip Kaludercic <philipk@posteo.net> writes:

    > Colin Baxter <m43cap@yandex.com> writes:
    >>>>>>> Aleksandr Vityazev <avityazev@posteo.org> writes:
    >> 
    >> > On 2022-04-27, 00:07 -0400, Richard Stallman <rms@gnu.org> wrote:
    >> >> [[[ 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. ]]]
    >> >> 
    >> >> > I believe you can use url-proxy-services and direct HTTP >>
    >> requests to use > your Tor daemon.
    >> >> 
    >> >> Could you show me how to do that?  I don't know how.  The >>
    >> variable's doc string presumes knowledge I don't have.
    >> >> 
    >> >> Perhaps we should add concrete documentation of how to use
    >> that >> variable to do precisely this.
    >> 
    >> > Hi,
    >> 
    >> > There 2 common solutions:
    >> 
    >> > 1. Using torsocks [1] run Emacs from terminal:
    >> 
    >> > #+begin_src shell torsocks emacs; #+end_src
    >> 
    >> 
    >> > 2. Using the built-in socks.el library with these settings:
    >> 
    >> > #+begin_src elisp (setq socks-server '("tor" "127.0.0.1" 9050
    >> 5)) > (setq url-gateway-method 'socks) (setq socks-username
    >> "user") > (setq socks-password "") #+end_src
    >> 
    >> > But this library has issue [2].
    >> 
    >> > To use tor via http proxy, you must configure it accordingly, >
    >> because socks proxy is used by default.
    >> 
    >> 
    >> > [1] https://gitweb.torproject.org/torsocks.git [2]
    >> 
    >> git clone https://gitweb.torproject.org/torsocks.git <RET>
    >> 
    >> Cloning into 'torsocks'...  fatal: repository
    >> 'https://gitweb.torproject.org/torsocks.git/' not found
    >> 
    >> Looks like torsocks has gone. Anyone know where?

    > The URL (both website and repository) works for me:

    > icterid$ git clone https://git.torproject.org/torsocks.git/

Indeed, thanks. Your URL isn't the one given by the OP.

Best wishes



  reply	other threads:[~2022-09-21  7:20 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-25  2:39 package-install and Tor Richard Stallman
2022-04-25  6:49 ` Philip Kaludercic
2022-04-27  4:07   ` Richard Stallman
2022-04-27 15:20     ` Aleksandr Vityazev
2022-09-20 20:28       ` Colin Baxter
2022-09-20 20:53         ` Philip Kaludercic
2022-09-21  7:20           ` Colin Baxter [this message]
2022-09-21  8:02             ` Robert Pluim
2022-09-25 19:30               ` Colin Baxter

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87zgetxkfs.fsf@yandex.com \
    --to=m43cap@yandex.com \
    --cc=avityazev@posteo.org \
    --cc=emacs-devel@gnu.org \
    --cc=philipk@posteo.net \
    --cc=rms@gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).