all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* Tor hidden services
@ 2015-11-27 23:59 Ludovic Courtès
  2015-11-28  0:17 ` Thompson, David
  2015-11-28 19:37 ` Leo Famulari
  0 siblings, 2 replies; 5+ messages in thread
From: Ludovic Courtès @ 2015-11-27 23:59 UTC (permalink / raw)
  To: guix-devel

Commit adds ‘tor-hidden-service’, which can be used to specify hidden
services quite easily.

For example, to have your SSH daemon accessible over something.onion:22,
just do:

  (operating-system
    ;; …
    (services (cons* (lsh-service #:interfaces '("127.0.0.1"))
                     (tor-hidden-service "ssh" '((22 "127.0.0.1:22")))
                     (tor-service)
                     %desktop-services)))

and then you can:

  torify ssh something.onion

from anywhere.

Ludo’.

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-11-29 10:11 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-11-27 23:59 Tor hidden services Ludovic Courtès
2015-11-28  0:17 ` Thompson, David
2015-11-28 14:02   ` Ludovic Courtès
2015-11-28 19:37 ` Leo Famulari
2015-11-29 10:11   ` Ludovic Courtès

Code repositories for project(s) associated with this external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.