cmd/routed: actually enable quic oops

This commit is contained in:
Cadey Ratio 2018-01-03 10:45:43 -08:00
parent a40613078e
commit 2b00b9432c
1 changed files with 1 additions and 0 deletions

View File

@ -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