Skip to content

Commit a941c47

Browse files
committed
OCC.Ban 1.0.0
1 parent 224170d commit a941c47

2 files changed

Lines changed: 39 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The `OrchardCoreContrib.Modules` repository consists of the following modules:
1818
| --- | --- | --- |
1919
| [Scalar Module](src/OrchardCoreContrib.Apis.Scalar/README.md) | `OrchardCoreContrib.Apis.Scalar` | [![NuGet](https://img.shields.io/nuget/v/OrchardCoreContrib.Apis.Scalar.svg)](https://www.nuget.org/packages/OrchardCoreContrib.Apis.Scalar) |
2020
| [Swagger Module](src/OrchardCoreContrib.Apis.Swagger/README.md) | `OrchardCoreContrib.Apis.Swagger` | [![NuGet](https://img.shields.io/nuget/v/OrchardCoreContrib.Apis.Swagger.svg)](https://www.nuget.org/packages/OrchardCoreContrib.Apis.Swagger) |
21+
| [Ban Module](src/OrchardCoreContrib.Ban/README.md) | `OrchardCoreContrib.Ban` | [![NuGet](https://img.shields.io/nuget/v/OrchardCoreContrib.Ban.svg)](https://www.nuget.org/packages/OrchardCoreContrib.Ban) |
2122
| [Cloudflare Turnstile Module](src/OrchardCoreContrib.CloudflareTurnstile/README.md) | `OrchardCoreContrib.CloudflareTurnstile` | [![NuGet](https://img.shields.io/nuget/v/OrchardCoreContrib.CloudflareTurnstile.svg)](https://www.nuget.org/packages/OrchardCoreContrib.CloudflareTurnstile) |
2223
| [Content Localization Module](src/OrchardCoreContrib.ContentLocalization/README.md) | `OrchardCoreContrib.ContentLocalization` | [![NuGet](https://img.shields.io/nuget/v/OrchardCoreContrib.ContentLocalization.svg)](https://www.nuget.org/packages/OrchardCoreContrib.ContentLocalization) |
2324
| [Content Preview Module](src/OrchardCoreContrib.ContentPreview/README.md) | `OrchardCoreContrib.ContentPreview` | [![NuGet](https://img.shields.io/nuget/v/OrchardCoreContrib.ContentPreview.svg)](https://www.nuget.org/packages/OrchardCoreContrib.ContentPreview) |
Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# Ban Module
2+
3+
This module allows administrators to ban visitors or requests to their site from individual IP addresses.
4+
5+
## Version
6+
7+
1.0.0
8+
9+
## Category
10+
11+
Security
12+
13+
## Dependencies
14+
15+
This module has no dependencies.
16+
17+
## Features
18+
19+
| | |
20+
|------------------|------------------------------------------------|
21+
| **Name** | Ban (`OrchardCoreContrib.Ban`) |
22+
| **Description** | Blocks requests from configured IP addresses. |
23+
| **Dependencies** | |
24+
25+
## NuGet Packages
26+
27+
| Name | Version |
28+
|-------------------------------------------------------------------------------------------|-------------|
29+
| [`OrchardCoreContrib.Ban`](https://www.nuget.org/packages/OrchardCoreContrib.Ban/1.0.0) | 1.0.0 |
30+
31+
## Get Started
32+
33+
1. Install the [`OrchardCoreContrib.Ban`](https://www.nuget.org/packages/OrchardCoreContrib.Ban/) NuGet package to your Orchard Core host project.
34+
2. Go to the admin site
35+
3. Select **Configuration -> Features** menu.
36+
4. Enable the `Ban` feature.
37+
5. Select **Configuration -> Settings -> Ban** menu
38+
6. Now you can manage banned IP addresses.

0 commit comments

Comments
 (0)