Switch to HostSNIRegexp

This commit is contained in:
Joey Hafner 2023-03-26 12:12:48 -07:00
parent d09465215d
commit cc6acf6a67

View File

@ -1,7 +1,7 @@
tcp:
routers:
jafner.chat:
rule: "HostSNI(`traefik.jafner.chat`)"
rule: "HostSNIRegexp(`jafner.chat`,`*.jafner.chat`)"
service: jafner.chat
tls:
passthrough: true