A simple service to proxy unix sockets to http
Go to file
Your Name 619911c15e why am I managing timeouts 2020-08-22 13:47:32 -04:00
.gitignore first working version 2020-07-06 10:30:37 -04:00
README.md Update readme with log sna strip options 2020-07-13 14:30:24 -04:00
main.go why am I managing timeouts 2020-08-22 13:47:32 -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: -log Log requests to stdout -strip string Strip prefix from reqeusts -unix string Unix socket to listen on -url string URL to proxy to