document use of glob for SNI matching (fix #373)

This commit is contained in:
yrutschle 2024-04-13 23:38:32 +02:00
parent c859e341aa
commit d2ca706f86

View File

@ -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
#