From d2ca706f86dfbb81220a08e7a356ec1a86ffc513 Mon Sep 17 00:00:00 2001 From: yrutschle Date: Sat, 13 Apr 2024 23:38:32 +0200 Subject: [PATCH] document use of glob for SNI matching (fix #373) --- example.cfg | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/example.cfg b/example.cfg index b818e89..5abf12a 100644 --- a/example.cfg +++ b/example.cfg @@ -78,7 +78,9 @@ listen: # connect to the first that matches.) # # tls: -# sni_hostnames: list of FQDN for that target +# sni_hostnames: list of FQDN for that target. Each name can +# include wildcard following glob(7) rules. + # alpn_protocols: list of ALPN protocols for that target, see: # https://www.iana.org/assignments/tls-extensiontype-values/tls-extensiontype-values.xhtml#alpn-protocol-ids #