Skip to content

Commit

Permalink
docs: explicitly state prxproto supported
Browse files Browse the repository at this point in the history
  • Loading branch information
shaneutt committed Dec 6, 2021
1 parent f6db778 commit 3ac0601
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site-src/geps/gep-735.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,11 @@ type AddressMatch struct {
// Value of the address. The validity of the values will depend
// on the type and support by the controller.
//
// If implementations support proxy-protocol (see:
// https://www.haproxy.org/download/1.8/doc/proxy-protocol.txt) they
// are expected to respect the connection meta-data from proxy-protocol
// in the match logic implemented for these address values.
//
// Examples: `1.2.3.4`, `128::1`, `my-named-address`.
//
// Support: Core
Expand Down

0 comments on commit 3ac0601

Please sign in to comment.