Skip to content

Commit

Permalink
add info about unix socket forwarding
Browse files Browse the repository at this point in the history
Signed-off-by: Wolfgang Ellsässer <github@wollomatic.de>
  • Loading branch information
wollomatic authored Sep 14, 2024
1 parent 3cb8dfe commit 8520e78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ Socket-proxy listens per default only on `127.0.0.1`. Depending on what you need

#### Using a unix socket instead of a TCP listener

> [!CAUTION]
> This is a new feature introduced in version 1.5.0. If you experience any issues, please feel free to open an GitHub issue.
If you want to proxy/filter the unix socket to a new unix socket instead to a TCP listener,
you need to set the `-proxysocketendpoint` parameter or the `SP_PROXYSOCKETENDPOIN` env variable to the socket path of the new unix socket.
This will also disable the TCP listener.
Expand Down

0 comments on commit 8520e78

Please sign in to comment.