summaryrefslogtreecommitdiff
path: root/src/proxy_protocol.erl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2022Badlop2022-02-111-1/+1
|
* Update newest copyright year to 2021 (#3464)Badlop2021-01-271-1/+1
|
* Update copyright to 2020 (#3149)Badlop2020-01-281-1/+1
|
* Update copyright to 2019 (#2756)Badlop2019-01-081-1/+1
|
* Proxy protocol may send additional data after addressesPaweł Chmielowski2018-12-041-2/+4
|
* Add support for proxy protocolPaweł Chmielowski2018-12-041-0/+182
This add support for version 1 and 2 of protocol specified in http://www.haproxy.org/download/1.8/doc/proxy-protocol.txt To enable it you need add option use_proxy_protocol: true to listener.