From cb900af9e6b97af99efe42f48cc0dcd33e04e788 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20Sm=C3=B3=C5=82ka?= Date: Sun, 15 Dec 2024 18:32:42 +0100 Subject: [PATCH] Readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 93fb4e2..6677a27 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![NuGet](https://img.shields.io/nuget/v/ZNetCS.AspNetCore.IPFiltering.svg)](https://www.nuget.org/packages/ZNetCS.AspNetCore.IPFiltering) [![Build](https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/workflows/build/badge.svg)](https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/actions) -A middleware that allows whitelist or blacklist incomming requests based on IP address. It can be configured using single IP address or ranges. +A middleware that allows whitelist or blacklist incoming requests based on IP address. It can be configured using single IP address or ranges. It supports single IP, IP range IPv4 and IPv6. There is also possible to ignore specific paths from IP filtering. ## Installing @@ -21,7 +21,7 @@ When you install the package, it should be added to your `.csproj`. Alternativel ```xml - + ```