Описание
Login Block IPs is a WordPress plugin that blocks all IP addresses to the login page except the ones you have configured.
There are two types of configuration:
1. With .htaccess file: The plugin modifies the .htaccess file to blocks all IP addresses except the whitelisted.
2. By code: The .htaccess file is not modified. The plugin detects if you access to WordPress login page and you will be blocked if your IP address is not whitelisted.
Your IP address can change at any time, so there is a secured URL to access to login page if your IP changes and is not whitelisted.
Установка
- Upload
login-block-ips.php
to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Login Block IPs» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Login Block IPs» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
Login Block IPs 1.0.0 — 2022-03-01
- First release