gy09535 commented on a change in pull request #3129:
URL: https://github.com/apache/apisix/pull/3129#discussion_r554977044
##########
File path: apisix/cli/ops.lua
##########
@@ -105,6 +105,7 @@ local function local_dns_resolver(file_path)
for line in file:lines() do
local addr, n = line:gsub("^nameserver%s+(%d+%.%d+%.%d+%.%d+)%s*$",
"%1")
if n == 1 then
+ io.stderr:write("DNS: ",addr,"\n")
Review comment:
already removed 😁
----------------------------------------------------------------
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]