You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2020/10/07 13:35:35 UTC

[apisix] branch master updated: doc(ip-restriction): IPv6 already supported (#2363)

This is an automated email from the ASF dual-hosted git repository.

spacewander pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d6c40d  doc(ip-restriction): IPv6 already supported (#2363)
3d6c40d is described below

commit 3d6c40deb5e130fae6e94408a356eb3a0aef82f0
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Wed Oct 7 21:35:27 2020 +0800

    doc(ip-restriction): IPv6 already supported (#2363)
---
 doc/plugins/ip-restriction.md       | 2 +-
 doc/zh-cn/plugins/ip-restriction.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/plugins/ip-restriction.md b/doc/plugins/ip-restriction.md
index e8f765e..54fb1fd 100644
--- a/doc/plugins/ip-restriction.md
+++ b/doc/plugins/ip-restriction.md
@@ -31,7 +31,7 @@
 
 The `ip-restriction` can restrict access to a Service or a Route by either
 whitelisting or blacklisting IP addresses. Single IPs, multiple IPs or ranges
-in CIDR notation like 10.10.10.0/24 can be used(will support IPv6 soon).
+in CIDR notation like 10.10.10.0/24 can be used.
 
 ## Attributes
 
diff --git a/doc/zh-cn/plugins/ip-restriction.md b/doc/zh-cn/plugins/ip-restriction.md
index 7f0de67..7554dbe 100644
--- a/doc/zh-cn/plugins/ip-restriction.md
+++ b/doc/zh-cn/plugins/ip-restriction.md
@@ -28,7 +28,7 @@
 
 ## 名字
 
-`ip-restriction` 可以通过以下方式限制对服务或路线的访问,将 IP 地址列入白名单或黑名单。 单个 IP 地址,多个 IP地址 或 CIDR 范围,可以使用类似 10.10.10.0/24 的 CIDR 表示法(将很快支持 IPv6)。
+`ip-restriction` 可以通过以下方式限制对服务或路线的访问,将 IP 地址列入白名单或黑名单。 单个 IP 地址,多个 IP 地址 或 CIDR 范围,可以使用类似 10.10.10.0/24 的 CIDR 表示法。
 
 ## 属性