gy09535 commented on a change in pull request #3129:
URL: https://github.com/apache/apisix/pull/3129#discussion_r549668303
##########
File path: apisix/core/utils.lua
##########
@@ -112,13 +104,17 @@ local function dns_parse(domain, resolvers)
return nil, "unsupport DNS answer"
end
- return dns_parse(answer.cname, resolvers)
+ return dns_parse(answer.cname)
end
_M.dns_parse = dns_parse
+function _M.init_dns_proxy (options)
Review comment:
fixed.
----------------------------------------------------------------
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]