cmd/routed: actually enable quic oops
This commit is contained in:
parent
a40613078e
commit
2b00b9432c
|
@ -44,6 +44,7 @@ func main() {
|
||||||
ln.FatalErr(ctx, err, ln.Action("create server instance"))
|
ln.FatalErr(ctx, err, ln.Action("create server instance"))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
go setupQuic(s, scfg)
|
||||||
go setupTLS(s, scfg)
|
go setupTLS(s, scfg)
|
||||||
|
|
||||||
// listen on HTTP listener
|
// listen on HTTP listener
|
||||||
|
|
Loading…
Reference in New Issue