cmd/routed: quic fix
This commit is contained in:
parent
86c54a384a
commit
16611e29e6
|
@ -88,7 +88,7 @@ func setupQuic(s *Server, scfg Config) {
|
||||||
}
|
}
|
||||||
|
|
||||||
for {
|
for {
|
||||||
ln.FatalErr(context.Background(), qs.ListenAndServeTLS("", ""))
|
ln.FatalErr(context.Background(), qs.ListenAndServe())
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue