You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2022/05/25 01:27:34 UTC

[GitHub] [apisix] bzp2010 commented on a diff in pull request #7079: feat(ops): check dns resolver address is valid

bzp2010 commented on code in PR #7079:
URL: https://github.com/apache/apisix/pull/7079#discussion_r881113889


##########
apisix/cli/ops.lua:
##########
@@ -611,6 +612,14 @@ Please modify "admin_key" in conf/config.yaml .
                 sys_conf["dns_resolver"][i] = "[" .. r .. "]"
             end
         end
+
+        -- check if the dns_resolver is ipv6 address with zone_id
+        -- Nnginx does not support this form

Review Comment:
   ```suggestion
           -- Nginx does not support this form
   ```



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org