Applenice commented on a change in pull request #4493: URL: https://github.com/apache/apisix/pull/4493#discussion_r660227222
########## File path: docs/en/latest/plugins/ip-restriction.md ########## @@ -41,9 +41,10 @@ in CIDR notation like 10.10.10.0/24 can be used. | --------- | ------------- | ----------- | ------- | ----- | ---------------------------------------- | | whitelist | array[string] | optional | | | List of IPs or CIDR ranges to whitelist. | | blacklist | array[string] | optional | | | List of IPs or CIDR ranges to blacklist. | +| message | string | optional | Your IP address is not allowed. | [1, 64] | Message returned in case IP access is not allowed. | -One of `whitelist` or `blacklist` must be specified, and they can not work -together. +One of `whitelist` or `blacklist` must be specified, and they can not work together. +The message supports user-defined configuration. Review comment: ok,later modify -- 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-unsubscr...@apisix.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org