membphis commented on a change in pull request #1217: enable local DNS URL: https://github.com/apache/incubator-apisix/pull/1217#discussion_r397150826
########## File path: lua/apisix.lua ########## @@ -32,14 +32,21 @@ local pairs = pairs local tostring = tostring local load_balancer - +local dns_resolver local parsed_domain +local function parse_args(args) + if args and args["dns_resolver"] then Review comment: print some log, then we can check the log content when running the test case ---------------------------------------------------------------- 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
