Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/cyrille37/wordfence-blockings-log
- Owner: Cyrille37
- License: wtfpl
- Created: 2024-06-25T17:10:19.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-03T13:42:21.000Z (5 months ago)
- Last Synced: 2024-08-03T17:34:14.418Z (5 months ago)
- Language: PHP
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: license_WTFPL
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