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
I'd like to ask, when using openresty http request_uri, if no resolver is specified, what is the default DNS resolution behavior? My Nginx service is running inside Docker, and I added a host entry in the Docker container's /etc/hosts file. However, the domain name fails to resolve during the http.lua connect call. So I want to know: is the default domain name resolution behavior only using /etc/resolv.conf and not using /etc/hosts?