You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by yi...@apache.org on 2023/04/19 02:04:45 UTC

[apisix-website] branch master updated: Removed duplicated ip-restriction plugin (#1559)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f94e0b768bb Removed duplicated ip-restriction plugin (#1559)
f94e0b768bb is described below

commit f94e0b768bb478ec3467e8cf7123a6516d0df5d9
Author: Traky Deng <tr...@gmail.com>
AuthorDate: Wed Apr 19 10:04:38 2023 +0800

    Removed duplicated ip-restriction plugin (#1559)
---
 website/static/data/plugins.json | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/website/static/data/plugins.json b/website/static/data/plugins.json
index a7673b35f9a..0cf90514beb 100644
--- a/website/static/data/plugins.json
+++ b/website/static/data/plugins.json
@@ -141,10 +141,6 @@
         "name": "ip-restriction",
         "description": "The plugin allows you to restrict access to a Service or a Route by either whitelisting or blacklisting IP addresses"
       },
-      {
-        "name": "ip-restriction",
-        "description": "The plugin allows you to restrict access to a Service or a Route by either whitelisting or blacklisting IP addresses"
-      },
       {
         "name": "ua-restriction",
         "description": "The plugin allows you to restrict access to a Route or Service based on the User-Agent header with an allowlist and a denylist"