qiujiayu commented on a change in pull request #1167: feature: auto import 
nameservers into APISIX from system resolv file.…
URL: https://github.com/apache/incubator-apisix/pull/1167#discussion_r389428577
 
 

 ##########
 File path: bin/apisix
 ##########
 @@ -603,6 +631,18 @@ local function init()
         sys_conf["worker_processes"] = "auto"
     end
 
+    local dns_addrs = system_dns_resolver()
+    if dns_addrs then
 
 Review comment:
   Has been changed to: 
   
   ```
           local dns_addrs, err = local_dns_resolver("/etc/resolv.conf")
           if not dns_addrs then
               error("failed to import local DNS: " .. err)
           end
   ```

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to