File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ NuGet] ( https://img.shields.io/nuget/v/ZNetCS.AspNetCore.IPFiltering.svg )] ( https://www.nuget.org/packages/ZNetCS.AspNetCore.IPFiltering )
44[ ![ Build] ( https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/workflows/build/badge.svg )] ( https://github.com/msmolka/ZNetCS.AspNetCore.IPFiltering/actions )
55
6- A middleware that allows whitelist or blacklist incomming requests based on IP address. It can be configured using single IP address or ranges.
6+ A middleware that allows whitelist or blacklist incoming requests based on IP address. It can be configured using single IP address or ranges.
77It supports single IP, IP range IPv4 and IPv6. There is also possible to ignore specific paths from IP filtering.
88
99## Installing
@@ -21,7 +21,7 @@ When you install the package, it should be added to your `.csproj`. Alternativel
2121
2222``` xml
2323<ItemGroup >
24- <PackageReference Include =" ZNetCS.AspNetCore.IPFiltering" Version =" 6 .0.1 " />
24+ <PackageReference Include =" ZNetCS.AspNetCore.IPFiltering" Version =" 9 .0.0 " />
2525</ItemGroup >
2626```
2727
You can’t perform that action at this time.
0 commit comments