You are here

README.txt in Drupal Perimeter Defence 8

Same filename and directory in other branches
  1. 2.0.x README.txt
CONTENTS OF THIS FILE
---------------------

 * Introduction
 * Installation
 * Usage

INTRODUCTION
------------

Current Maintainers:

 * alayham https://www.drupal.org/user/34525

Basic perimeter defence for a Drupal site. This module bans the IPs who send
suspicious requests to the site. The concept is: if you have no business here,
go away.

Use the perimeter module if you get a lot of requests to 'wp-admin' or to
.aspx urls on a linux server, or other similar requests.

The module is optimized for performance and designed to be activated when
a Drupal site is targeted by hackers or bots.

INSTALLATION
------------

Drupal Perimeter Defence can be installed via the standard Drupal installation
process (http://drupal.org/documentation/install/modules-themes/modules-8).

USAGE
-----

Just enable the module, and check your site logs after a while.
Use the core's ban module to manage banned IPs.

Note: Before testing this module from your own IP, make sure you can delete
your IP from the ban_ip table in your Drupal site's database.

File

README.txt
View source
  1. CONTENTS OF THIS FILE
  2. ---------------------
  3. * Introduction
  4. * Installation
  5. * Usage
  6. INTRODUCTION
  7. ------------
  8. Current Maintainers:
  9. * alayham https://www.drupal.org/user/34525
  10. Basic perimeter defence for a Drupal site. This module bans the IPs who send
  11. suspicious requests to the site. The concept is: if you have no business here,
  12. go away.
  13. Use the perimeter module if you get a lot of requests to 'wp-admin' or to
  14. .aspx urls on a linux server, or other similar requests.
  15. The module is optimized for performance and designed to be activated when
  16. a Drupal site is targeted by hackers or bots.
  17. INSTALLATION
  18. ------------
  19. Drupal Perimeter Defence can be installed via the standard Drupal installation
  20. process (http://drupal.org/documentation/install/modules-themes/modules-8).
  21. USAGE
  22. -----
  23. Just enable the module, and check your site logs after a while.
  24. Use the core's ban module to manage banned IPs.
  25. Note: Before testing this module from your own IP, make sure you can delete
  26. your IP from the ban_ip table in your Drupal site's database.