Descripción
CIDRAM (Classless Inter-Domain Routing Access Manager) es un script PHP diseñado para proteger sitios web bloqueando solicitudes desde direcciones IP consideradas como fuentes de tráfico no deseado, incluyendo (pero no limitado a) tráfico desde puntos de acceso inhumanos, servicios en la nube, spambots, scrapers, etc. Esto se hace calculando las posibles CIDRs de las direcciones IP suministradas desde solicitudes entrantes e intentando hacer coincidir estos posibles CIDRs en contra de sus archivos de firmas (estos archivos de firmas contienen listas de CIDRs de direcciones IP consideradas como fuentes de tráfico no deseado); Si se encuentran coincidencias, las solicitudes son bloqueadas.
Requisitos
- PHP >= 7.2.0
- PCRE
Actualización
Note: CIDRAM does not interact in any way with your database, and stores its own configuration settings, customisations, and related materials as flatfiles within its own directory. If you’ve not changed any of the default configuration settings and if you’re not using any customisations for this plugin, updating normally via the plugins dashboard, without need for any additional steps, should be sufficient and shouldn’t cause any problems. However, if you’ve modified the configuration settings for CIDRAM, or if you’ve made any customisations, I would recommend making backups of all of these prior to updating, due to that updating will overwrite all settings and customisations (after updating, you can then restore your customisations from your backups). Alternatively, if you update via the CIDRAM front-end updates page, all settings and customisations should be preserved.
Capturas
Instalación
Installing via the plugins dashboard.
- Before you begin, ensure that you’re logged in as an administrator with the necessary permissions to install, update and edit plugins (after activating the plugin but before modifying the plugin configuration file, do not log out from this account).
- From the plugins dashboard, click the “Add New Plugin” button. From the page that appears, type “CIDRAM” into the “Search Plugins” text field, and press enter. A button to install CIDRAM should appear, and CIDRAM should automatically install when you click on that button.
- Before activating the plugin, it is advisable to understand the various configuration directives available to the plugin, what they do, and how to change them. Go to
https://cidram.github.io/
, scroll the page until you reach the “Documentation” subheading; Choose your language, and read through “Section 5: Configuration Options”; The information presented relates to the configuration directives available to the plugin. - ¡Lea las “Preguntas más frecuentes” antes de realizar la activación!
- From the plugins dashboard, click the “Activate” button located directly below where you see “CIDRAM”.
Installing manually.
Consulte las instrucciones de instalación proporcionadas en la documentación disponible en https://cidram.github.io/
.
Preguntas frecuentes
Consulte https://github.com/CIDRAM/Docs/blob/master/readme.es.md#user-content-SECTION8
.
Reseñas
Colaboradores y desarrolladores
Este software es de código abierto. Las siguientes personas han contribuido a este plugin.
Colaboradores“CIDRAM” ha sido traducido a 11 idiomas locales. Gracias a los traductores por sus contribuciones.
¿Interesado en el desarrollo?
Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.
Registro de cambios
Consulte https://github.com/CIDRAM/CIDRAM/blob/v3/Changelog.md
.