Add support for PROXY protocol

This commit is contained in:
md_5
2017-07-01 09:38:27 +10:00
parent a5ffeae757
commit daac8d85e2
9 changed files with 58 additions and 6 deletions

View File

@@ -29,6 +29,12 @@
<version>1.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-haproxy</artifactId>
<version>${netty.version}</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-codec-http</artifactId>