A simple service to proxy unix sockets to http
Go to file
Your Name 031f5727e2 first working version 2020-07-06 10:30:11 -04:00
README.md first working version 2020-07-06 10:30:11 -04:00
main.go first working version 2020-07-06 10:30:11 -04:00
unixproxy first working version 2020-07-06 10:30:11 -04:00

README.md

unixproxy

A simple service to proxy unix sockets to http. Useful for containerizing web services that don't natively support listening on unix sockets.

Usage of unixproxy: -unix string Unix socket to listen on -url string URL to proxy to