~emersion/ident-proxy

An ident reverse proxy
21 hours ago
21 hours ago

#ident-proxy

An ident proxy that forwards requests to multiple backend daemons. The first backend to reply without an error is sent to the client.

#Build

go build

#Usage

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

#License

MIT