AF_UNIX for Socks

Possible in Tor listen Socks as AF_UNIX ?

RunAsDaemon 1
SOCKSPort 127.0.0.1:9501

Like

SOCKSPort unix://tmp/socks1

1 Like

In your terminal type man tor and scroll down to SocksPort.

       SocksPort [address:]port|unix:path|auto [flags] [isolation flags]
           Open this port to listen for connections from SOCKS-speaking
           applications. Set this to 0 if you don't want to allow application
           connections via SOCKS. Set it to "auto" to have Tor pick a port for
           you. This directive can be specified multiple times to bind to
           multiple addresses/ports. If a unix domain socket is used, you may
           quote the path using standard C escape sequences. Most flags are
           off by default, except where specified. Flags that are on by
           default can be disabled by putting "No" before the flag name.
           (Default: 9050)

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.