Skip to content
Snippets Groups Projects
  • Chris Marusich's avatar
    3bcb305b
    services: tor: Make it easier to use UNIX sockets. · 3bcb305b
    Chris Marusich authored
    * doc/guix.texi (Networking Services): Document it, and mention that
    tor-service is deprecated.
    * gnu/services/networking.scm (<tor-configuration>) <socks-socket-type>:
    New field.
    (tor-configuration->torrc): When socks-socket-type is 'unix, set
    SocksPort to UNIX domain socket /var/run/tor/socks-sock and set
    UnixSocksGroupWritable to 1.
    * gnu/tests/networking.scm (%tor-os/unix-socks-socket): Instead of using
    a custom config file, just set socks-socket-type to 'unix.
    services: tor: Make it easier to use UNIX sockets.
    Chris Marusich authored
    * doc/guix.texi (Networking Services): Document it, and mention that
    tor-service is deprecated.
    * gnu/services/networking.scm (<tor-configuration>) <socks-socket-type>:
    New field.
    (tor-configuration->torrc): When socks-socket-type is 'unix, set
    SocksPort to UNIX domain socket /var/run/tor/socks-sock and set
    UnixSocksGroupWritable to 1.
    * gnu/tests/networking.scm (%tor-os/unix-socks-socket): Instead of using
    a custom config file, just set socks-socket-type to 'unix.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.