werkraum/abuseip

Middleware to block IP addresses from known sources

Installs: 2

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:typo3-cms-extension

1.0.2 2024-10-21 08:56 UTC

This package is auto-updated.

Last update: 2024-10-21 08:59:59 UTC


README

What does it do?

TODO

Requirements

php >= 8.1
TYPO3 core 12.4 or 13.4

Installation

composer req werkraum/abuseip

Configuration

whitelistIps

Comma-separated list of whitelist IPs $GLOBALS['TYPO3_CONF_VARS']['EXTENSION']['abuseip']['whitelistIps'] = '127.0.0.1'

blacklistIps

Comma-separated list of blacklist IPs $GLOBALS['TYPO3_CONF_VARS']['EXTENSION']['abuseip']['blacklistIps'] = ''

Known issues

License

TODO