dipr 1.0.1

dotnet add package dipr --version 1.0.1
NuGet\Install-Package dipr -Version 1.0.1
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="dipr" Version="1.0.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add dipr --version 1.0.1
#r "nuget: dipr, 1.0.1"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install dipr as a Cake Addin
#addin nuget:?package=dipr&version=1.0.1

// Install dipr as a Cake Tool
#tool nuget:?package=dipr&version=1.0.1

UI for Dynamic IP Restriction for App Services

Azure App Services has an interesting feature, "Dynamic IP Restriction" which can be used for protection against attacks such as Distributed Denial of Service.

Restrictions can be imposed on the App Service, to deny access based on

  1. The number of concurrent requests made.
  2. The number of requests made in certain interval of time.

These settings can be configured either in the application web.config or applicationHost.xdt of the Azure App Service.

The Site Extension "Dynamic IP restriction for App Services" provides an User Interface to update the settings.

For more details, please refer to https://techcommunity.microsoft.com/t5/azure-app-service/dynamic-ip-restriction-for-app-services/ba-p/1150049

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.0.1 1,575 2/4/2020