aboutsummaryrefslogtreecommitdiff
path: root/src/proxy_protocol.erl (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-02-11Update copyright year to 2022Badlop1-1/+1
2021-01-27Update newest copyright year to 2021 (#3464)Badlop1-1/+1
2020-01-28Update copyright to 2020 (#3149)Badlop1-1/+1
2019-01-08Update copyright to 2019 (#2756)Badlop1-1/+1
2018-12-04Proxy protocol may send additional data after addressesPaweł Chmielowski1-2/+4
2018-12-04Add support for proxy protocolPaweł Chmielowski1-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.