[tor-bugs] #11485 [Tor]: support unix-sockets as hidden-service endpoints
Tor Bug Tracker & Wiki
blackhole at torproject.org
Fri Jan 9 02:17:51 UTC 2015
#11485: support unix-sockets as hidden-service endpoints
-----------------------------+----------------------------------
Reporter: meejah | Owner:
Type: enhancement | Status: new
Priority: normal | Milestone: Tor: 0.2.6.x-final
Component: Tor | Version:
Resolution: | Keywords: tor-hs 026-triaged-1
Actual Points: | Parent ID:
Points: |
-----------------------------+----------------------------------
Comment (by meejah):
With nginx (config snippet):
{{{
server {
server_name example.com;
listen unix:/tmp/foo
}
}}}
With Twisted Web (command-line):
{{{
twistd web --port unix:/tmp/bar --path ~/public_html
}}}
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/11485#comment:4>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
More information about the tor-bugs
mailing list