fix
All checks were successful
Create and publish a Docker image 🚀 / build-and-push-image (push) Successful in 1m59s

This commit is contained in:
Smile Rex
2026-03-03 22:54:39 +03:00
parent cf66954538
commit e0371694e2

View File

@@ -27,7 +27,7 @@ func main() {
}
// Поддержка протоколов для браузера и MoQ
tlsConfig.NextProtos = []string{"h3", "moq-00", "http/1.1"}
tlsConfig.NextProtos = []string{"h3"}
// 2. Инициализация MoQ сервера
moqServer := moqt.Server{