moonming commented on a change in pull request #1217: enable local DNS
URL: https://github.com/apache/incubator-apisix/pull/1217#discussion_r396884027
##########
File path: t/APISIX.pm
##########
@@ -161,7 +196,7 @@ _EOC_
lua_shared_dict upstream-healthcheck 32m;
lua_shared_dict worker-events 10m;
- resolver 8.8.8.8 114.114.114.114 ipv6=off;
+ resolver $dns_addrs_str ipv6=off;
Review comment:
remove all `ipv6=off`
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services