diff --git a/cmd/routed/main.go b/cmd/routed/main.go index 06db240..355d733 100644 --- a/cmd/routed/main.go +++ b/cmd/routed/main.go @@ -88,7 +88,7 @@ func setupQuic(s *Server, scfg Config) { } for { - ln.FatalErr(context.Background(), qs.ListenAndServeTLS("", "")) + ln.FatalErr(context.Background(), qs.ListenAndServe()) } }