[tor-bugs] #14451 [Tor]: Use "socket:/path/to/socket" syntax everywhere for AF_UNIX ports

Tor Bug Tracker & Wiki blackhole at torproject.org
Wed Jan 28 20:57:19 UTC 2015


#14451: Use "socket:/path/to/socket" syntax everywhere for AF_UNIX ports
------------------------+------------------------------
 Reporter:  nickm       |          Owner:
     Type:  defect      |         Status:  new
 Priority:  normal      |      Milestone:  Tor: 0.2.???
Component:  Tor         |        Version:
 Keywords:  tor-client  |  Actual Points:
Parent ID:              |         Points:
------------------------+------------------------------
 With #11485, Andrea did a cool syntax for AF_UNIX hidden-service address
 targets.

 Why didn't all the other FooPort options think of that?

 We shouldn't have a separate option for Unix vs IP address as in:
 {{{
 SocksPort 127.0.0.1:9050
 SocksSocket /home/nickm/.tor/connect-to-this
 }}}

 Instead why not just have it be:
 {{{
 SocksPort 127.0.0.1:9050
 SocksPort socket:/home/nickm/.tor/connect-to-this
 }}}

--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/14451>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online


More information about the tor-bugs mailing list