diff --git a/cmd/cdnsd/main.go b/cmd/cdnsd/main.go index 29758dc..0355834 100644 --- a/cmd/cdnsd/main.go +++ b/cmd/cdnsd/main.go @@ -11,8 +11,7 @@ import ( "fmt" "log/slog" "net/http" - // #nosec G108 - _ "net/http/pprof" + _ "net/http/pprof" // #nosec G108 "os" "time"