Skip to content

Commit

Permalink
layer4: add tls handler to README
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammed90 authored and RussellLuo committed Sep 21, 2022
1 parent 033434c commit 3497b19
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions layer4/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Currently supported handlers:
- `echo` (layer4.handlers.echo)
- `proxy_protocol` (layer4.handlers.proxy_protocol)
- `proxy` (layer4.handlers.proxy)
- `tls` (layer4.handlers.tls)

## Installation

Expand Down Expand Up @@ -74,6 +75,11 @@ proxy [<upstreams...>] {
}
```

The `tls` handler:

```
tls
```

## Example

Expand Down

0 comments on commit 3497b19

Please sign in to comment.