You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnhttp.StatusBadRequest, fmt.Errorf("Could not perform DNS %s lookup", dns)
43
+
returnhttp.StatusBadRequest, fmt.Errorf("Could not perform DNS %s lookup. If the proxy is not called 'proxy', you must set SERVICE_NAME=<name-of-the-proxy>.", dns)
44
44
}
45
45
iflen(failedDns) >0 {
46
46
returnhttp.StatusBadRequest, fmt.Errorf("Could not send distribute request to the following addresses: %s", failedDns)
0 commit comments