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

Reply via email to