diff --git a/dnsforward/dnsforward_http.go b/dnsforward/dnsforward_http.go index 480f977e..56a173ba 100644 --- a/dnsforward/dnsforward_http.go +++ b/dnsforward/dnsforward_http.go @@ -371,11 +371,6 @@ func (s *Server) handleTestUpstreamDNS(w http.ResponseWriter, r *http.Request) { return } - if len(req.Upstreams) == 0 { - httpError(r, w, http.StatusBadRequest, "No servers specified") - return - } - result := map[string]string{} for _, host := range req.Upstreams {