Info
Version: | 2024.11.15.421 |
Author(s): | Walter Verhoeven, Stijn Snellinx |
Last Update: | Friday, November 15, 2024 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://www.asp-waf.com/ |
NuGet Url: | https://www.nuget.org/packages/Walter.Web.FireWall.WhoIsProcessor |
Install
Install-Package Walter.Web.FireWall.WhoIsProcessor
dotnet add package Walter.Web.FireWall.WhoIsProcessor
paket add Walter.Web.FireWall.WhoIsProcessor
Walter.Web.FireWall.WhoIsProcessor Download (Unzip the "nupkg" after downloading)
Dependencies
net5.0
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter(>= 2020.12.27.1)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter(>= 2020.12.27.1)
- Walter.Web.Firewall(>= 2020.12.27.6)
- Walter(>= 2020.12.27.1)
Tags
To integrate the WHOIS resolver use the UseWhoisResolver extension method as shown bellow
services.AddFireWall(FireWallTrial.License, FireWallTrial.DomainKey
, domainName: new Uri("https://www.your-domain.com", UriKind.Absolute)
, options =>
{
//your firewall settings
}).UseWhoisBackGroundProcessor();.