An ident proxy that forwards requests to multiple backend daemons. The first backend to reply without an error is sent to the client.
go build
ident-proxy <backend>...
Each backend is a URL in the form:
<host>[:port]
or tcp://<host>[:port]
unix://<path>
Add +proxy
to the URL scheme to enable the PROXY protocol.
Example:
ident-proxy unix:///run/identd 127.0.0.1:1113
MIT