Skip to content

Commit

Permalink
Add support for conditional routes based on port numbers in tls (#172)
Browse files Browse the repository at this point in the history
* Add support for conditional routes based on port numbers

* Add support for conditional routes based on port numbers
  • Loading branch information
lukefallows authored Jan 16, 2024
1 parent 5f84db5 commit 253f131
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/reference/config/bindings/binding-tls.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ A `vault` is not required to proxy `TLS` protocol as the handshake is only obser
- [routes\[\].when](#routes-when)
- [when\[\].authority](#when-authority)
- [when\[\].alpn](#when-alpn)
- [when\[\].port](#when-port)
- [routes\[\].exit\*](#routes-exit)

::: right
Expand Down Expand Up @@ -221,6 +222,12 @@ Associated authority.

Application protocol.

#### when[].port

> `integer` | `string` | `array` of `integer` | `array` of `string`

Port number(s), including port number ranges.

### routes[].exit\*

> `string`
Expand Down

0 comments on commit 253f131

Please sign in to comment.