A simple service to proxy unix sockets to http
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Your Name 52bc66c555
fix readme and perms
3 years ago
.gitignore first working version 3 years ago
README.md fix readme and perms 3 years ago
main.go fix readme and perms 3 years ago

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.

  -log
        Log requests to stdout
  -strip string
        Strip prefix from reqeusts
  -unix string
        Unix socket to listen on
  -url string
        URL to proxy to