unixproxy/README.md

11 lines
263 B
Markdown
Raw Normal View History

2020-07-05 13:32:31 +00:00
# unixproxy
2020-07-06 14:30:11 +00:00
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