vouch-proxy
vouch-proxy copied to clipboard
Support unix domain sockets
I would like vouch-proxy to support listening on unix domain sockets. Currently, it only supports listening on TCP sockets.
The listen configuration item could support addresses like this: unix:/path/to/socket.
Proposed implementation in #488