unixproxy/README.md

14 lines
357 B
Markdown
Raw Permalink 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.
2020-09-10 15:16:24 +00:00
```Usage of unixproxy:
-log
Log requests to stdout
-strip string
Strip prefix from reqeusts
2020-07-06 14:30:11 +00:00
-unix string
Unix socket to listen on
-url string
URL to proxy to
2020-09-10 15:16:24 +00:00
```