rouille icon indicating copy to clipboard operation
rouille copied to clipboard

Unix Domain?

Open cheako opened this issue 5 years ago • 3 comments

Handling requests from an upstream server, or tor, is a must! If the upstream server is local it becomes encumbering to use ports on a localhost interface for IPC. Enter Unix Domain Sockets.

cheako avatar Dec 30 '19 19:12 cheako

If I understand correctly, the request might be better forwarded to the underlying HTTP implementation, i.e. https://github.com/tiny-http/tiny-http. Doesn't have the time to formulate it properly right now, though.

Cerber-Ursi avatar May 17 '20 16:05 Cerber-Ursi

Sorry. This would be an extension on the listening socket, to allow for accepting connections on UDS.

cheako avatar May 17 '20 16:05 cheako

PR #287 may be of interest.

mpalmer avatar Mar 31 '24 21:03 mpalmer