mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
feat: limit concurrent DoQ streams and goroutines (#7296)
This commit is contained in:
@@ -42,6 +42,7 @@ import (
|
||||
_ "github.com/coredns/coredns/plugin/multisocket"
|
||||
_ "github.com/coredns/coredns/plugin/nsid"
|
||||
_ "github.com/coredns/coredns/plugin/pprof"
|
||||
_ "github.com/coredns/coredns/plugin/quic"
|
||||
_ "github.com/coredns/coredns/plugin/ready"
|
||||
_ "github.com/coredns/coredns/plugin/reload"
|
||||
_ "github.com/coredns/coredns/plugin/rewrite"
|
||||
|
||||
Reference in New Issue
Block a user