lunarwhite commented on code in PR #7402:
URL: https://github.com/apache/apisix/pull/7402#discussion_r916549370


##########
docs/zh/latest/plugins/ip-restriction.md:
##########
@@ -23,22 +29,27 @@ title: ip-restriction
 
 ## 描述
 
-`ip-restriction` 可以通过以下方式限制对服务或路线的访问,将 IP 地址列入白名单或黑名单。 单个 IP 地址,多个 IP 地址 或 
CIDR 范围,可以使用类似 10.10.10.0/24 的 CIDR 表示法。
+`ip-restriction` 插件可以通过将 IP 地址列入白名单或黑名单来限制对服务或路由的访问。
+
+支持对单个 IP 地址、多个 IP 地址和类似 `10.10.10.0/24` 的 CIDR(Classless InterDomain 
Routing,无类域间路由)范围的限制。

Review Comment:
   Hi, "CIDR" is not as common as "IP" or other terms. From the user's 
perspective and refer to the [doc style 
guide](https://apisix.apache.org/zh/docs/general/documentation-style-guide/), I 
prefer to keep the full English name.



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to