Skip to content

Commit

Permalink
Caddyfile support (fix 24/27): typo
Browse files Browse the repository at this point in the history
  • Loading branch information
vnxme committed Jul 17, 2024
1 parent c62c64c commit 0b4db20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/l4tls/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ func unmarshalCaddyfileConnectionPolicy(d *caddyfile.Dispenser, cp *caddytls.Con
}

// TODO: move to https://github.com/caddyserver/caddy/tree/master/modules/caddytls/certselection.go
// unmarshalCaddyfileCertSelection sets up the ConnectionPolicy from Caddyfile tokens. Syntax:
// unmarshalCaddyfileCertSelection sets up the CustomCertSelectionPolicy from Caddyfile tokens. Syntax:
//
// cert_selection {
// all_tags <values...>
Expand Down

0 comments on commit 0b4db20

Please sign in to comment.