mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 09:12:19 +00:00
HostSNI is not supported by UDP
This commit is contained in:
parent
903d56cd08
commit
ae8ce829a6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user