Info
Version: | 1.0.7.29494 |
Author(s): | Mikhail A. |
Last Update: | Thursday, September 26, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/landofcash/IP-Address-Filtering |
NuGet Url: | https://www.nuget.org/packages/IPAddressWithRolesFiltering |
Install
Install-Package IPAddressWithRolesFiltering
dotnet add package IPAddressWithRolesFiltering
paket add IPAddressWithRolesFiltering
IPAddressWithRolesFiltering Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNet.Mvc(>= 5.2.7)
- Microsoft.AspNet.WebApi.Core(>= 5.2.7)
- Newtonsoft.Json(>= 12.0.2)
Tags
It supports:
- single IP address filtering
- multiple IP address filtering
- single IP address range filtering
- multiple IP address range filtering
- a list of roles with linked IP addresses
Forked from https://github.com/dejanstojanovic/IP-Address-Filtering.