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
Currently, we have hardcoded the cases of NGX_RESOLVE_FORMERR and NGX_RESOLVE_NXDOMAIN as errors for which we always use the fallback. It would be more interesting to allow the configuration to select which resolve errors should always use the fallback. This could possibly be an enhancement of the strict attribute.
Currently, we have hardcoded the cases of
NGX_RESOLVE_FORMERR
andNGX_RESOLVE_NXDOMAIN
as errors for which we always use the fallback. It would be more interesting to allow the configuration to select which resolve errors should always use the fallback. This could possibly be an enhancement of thestrict
attribute.See here for list of errors: http://lxr.nginx.org/source/xref/nginx/src/core/ngx_resolver.h#27
The text was updated successfully, but these errors were encountered: