diff --git a/cmd/routed/main.go b/cmd/routed/main.go index bb5bbaa..9fb8e3d 100644 --- a/cmd/routed/main.go +++ b/cmd/routed/main.go @@ -44,6 +44,7 @@ func main() { ln.FatalErr(ctx, err, ln.Action("create server instance")) } + go setupQuic(s, scfg) go setupTLS(s, scfg) // listen on HTTP listener