HostSNI is not supported by UDP

This commit is contained in:
Yohann D'ANELLO 2020-09-29 15:54:46 +02:00
parent 903d56cd08
commit ae8ce829a6
1 changed files with 2 additions and 4 deletions

View File

@ -21,7 +21,7 @@ services:
- "--entrypoints.web.address=:80"
- "--entrypoints.web.http.redirections.entryPoint.to=websecure"
- "--entrypoints.websecure.address=:443"
- "--entrypoints.srtsecure.address=:9710"
- "--entrypoints.srtsecure.address=:9710/udp"
# Define certificates
- "--certificatesResolvers.mytlschallenge.acme.email=root@example.com"
- "--certificatesResolvers.mytlschallenge.acme.storage=/data/acme.json"
@ -49,8 +49,6 @@ services:
- "traefik.http.routers.ghostream-metrics.service=ghostream-metrics"
- "traefik.http.services.ghostream-metrics.loadbalancer.server.port=2112"
- "traefik.udp.routers.ghostream-srt.rule=HostSNI(`stream.example.com`)"
- "traefik.udp.routers.ghostream-srt.entrypoints=srtsecure"
- "traefik.udp.routers.ghostream-srt.tls.certresolver=mytlschallenge"
- "traefik.udp.routers.ghostream-srt.entrypoints=srt"
- "traefik.udp.routers.ghostream-srt.service=ghostream-srt"
- "traefik.udp.services.ghostream-srt.loadbalancer.server.port=9710"