Skip to content

Commit 2fbff2d

Browse files
Update README.md
Update to the latest link of the proxy-protocol. No changes have been made between 2.6 and 2.7
1 parent 6cbdc17 commit 2fbff2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# libproxyprotocol
2-
An ANSI C library to **parse** and **create** [PROXY protocol](https://www.haproxy.org/download/2.6/doc/proxy-protocol.txt) v1 and v2 headers with support for **all TLVs** including the custom ones from AWS and Azure
2+
An ANSI C library to **parse** and **create** [PROXY protocol](https://www.haproxy.org/download/2.7/doc/proxy-protocol.txt) v1 and v2 headers with support for **all TLVs** including the custom ones from AWS and Azure
33
* Full coverage of the latest 2.6 specification.
44
* Easy addition of any TLV through API functions when creating v2 PROXY protocol headers.
55
* Easy access of the values of the extracted v2 TLVs though API functions. Moreover, in case the v2 TLV values are US-ASCII string names, they are given as proper NULL terminated strings for easy usage.

0 commit comments

Comments
 (0)