gnu: tor: Recommend torsocks.
* gnu/packages/tor.scm (tor)[description]: Recommend torsocks. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
This commit is contained in:
parent
3eee16130d
commit
fc9286d03a
|
@ -54,9 +54,6 @@
|
||||||
`(("zlib" ,zlib)
|
`(("zlib" ,zlib)
|
||||||
("openssl" ,openssl)
|
("openssl" ,openssl)
|
||||||
("libevent" ,libevent)))
|
("libevent" ,libevent)))
|
||||||
|
|
||||||
;; TODO: Recommend `torsocks' since `torify' needs it.
|
|
||||||
|
|
||||||
(home-page "https://www.torproject.org/")
|
(home-page "https://www.torproject.org/")
|
||||||
(synopsis "Anonymous network router to improve privacy on the Internet")
|
(synopsis "Anonymous network router to improve privacy on the Internet")
|
||||||
(description
|
(description
|
||||||
|
@ -66,7 +63,11 @@ somebody watching your Internet connection from learning what sites you
|
||||||
visit, and it prevents the sites you visit from learning your physical
|
visit, and it prevents the sites you visit from learning your physical
|
||||||
location. Tor works with many of your existing applications, including
|
location. Tor works with many of your existing applications, including
|
||||||
web browsers, instant messaging clients, remote login, and other
|
web browsers, instant messaging clients, remote login, and other
|
||||||
applications based on the TCP protocol.")
|
applications based on the TCP protocol.
|
||||||
|
To @code{torify} applications (to take measures to ensure that an application,
|
||||||
|
which has not been designed for use with Tor such as ssh, will use only Tor for
|
||||||
|
internet connectivity, and also ensures that there are no leaks from DNS, UDP or
|
||||||
|
the application layer) you need to install @code{torsocks}.")
|
||||||
(license bsd-3)))
|
(license bsd-3)))
|
||||||
|
|
||||||
(define-public torsocks
|
(define-public torsocks
|
||||||
|
|
Loading…
Reference in New Issue