Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cyrille37/wordfence-blockings-log

Wordpress Wordfence blockings log
https://github.com/cyrille37/wordfence-blockings-log

Last synced: about 2 months ago
JSON representation

Wordpress Wordfence blockings log

Awesome Lists containing this project

README

        

# Wordpress Wordfence blockings log

A [Wordpress](https://wordpress.org/) plugin which logs [Wordfence](https://www.wordfence.com/) IP blockings to make them available to other software such as [Crowdsec](https://www.crowdsec.net/).

## Configuration

Options page is available in Tools admin menu.

![options page](assets/screenshot-1.jpg)

The only setting is about the log file rotation. You have 3 choices:
- no rotation: nothing append, you can manage rotation with a tool like logrotage
- day rotation: the log file will be renamed as "...-2024-08-03.log" when the file's modification date is older than the incoming event
- size rotation: the log file will be renamed as "...20240803_154103" when it become bigger than the file size setting

## Thanks & Credits

- https://developer.wordpress.org for Wordpress developer documentation
- https://github.com/jeremyHixon/RationalOptionPages for Settings & Options page