signify-nz / silverstripe-iplogger
Logs and limits events based on client IP and a set of rules.
Installs: 180
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 8
Forks: 3
Type:silverstripe-module
Requires
- silverstripe/cms: ^3.2
- silverstripe/framework: ^3.2
This package is not auto-updated.
Last update: 2023-08-08 04:33:39 UTC
README
This module has not been updated for years and only works with an obsolete and vulnerable version of Silverstripe. This repository has been archived.
Overview
Provides a facility to log events against IP addresses. A set of rules can created to check whether an event has been triggered too often by a specific IP.
Maintainer Contact
- Charles Ritchie
Installation
Composer (recommended):
composer require signify-nz/silverstripe-iplogger
If you prefer you may also install manually:
- Download the module from here https://github.com/signify-nz/silverstripe-iplogger/archive/master.zip
- Extract the downloaded archive into your site root so that the destination folder is called silverstripe-iplogger.
- Run dev/build to flush the config manifests and rebuild the database.