- (home): test upstream shouldn't fail with upstreams file
Closes: #2212
This commit is contained in:
parent
32b24ce093
commit
052a9ae196
|
@ -371,11 +371,6 @@ func (s *Server) handleTestUpstreamDNS(w http.ResponseWriter, r *http.Request) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
|
||||||
if len(req.Upstreams) == 0 {
|
|
||||||
httpError(r, w, http.StatusBadRequest, "No servers specified")
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
result := map[string]string{}
|
result := map[string]string{}
|
||||||
|
|
||||||
for _, host := range req.Upstreams {
|
for _, host := range req.Upstreams {
|
||||||
|
|
Loading…
Reference in New Issue