Linux 软件免费装
Banner图

Secure Admin IP

开发者 Minor
更新时间 2022年1月30日 01:22
捐献地址: 去捐款
PHP版本: 5.6 及以上
WordPress版本: 5.9
版权: GPLv3
版权网址: 版权信息

标签

secure login admin ip protect whitelist

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.9 2.0

详情介绍:

Simple plugin to secure your WordPress admin interface thanks to IP whitelisting. Only IP addressess on the whitelist (external whitelist supported) have an access into admin interface. Another possibility how to access WordPress administration is thanks to secret admin link (you still need to insert correct user login and password). Your IP address is whitelisted and secret admin link generated every time at plugin activation!

安装:

  1. Upload the plugin files to the '/wp-content/plugins/secure-admin-ip' directory, or install the plugin through WordPress Plugins Search: Plugins -> Add new.
  2. Click on the Activate button.
  3. Done! WordPress admin interface is restricted to your IP address!
  4. Go to Settings -> Secure Admin IP where you can add another IP address or set External whitelist URL and see secret admin link.

屏幕截图:

  • Options page - Settings page

常见问题:

Why to install this plugin?

No ads and any other needless changes in the WordPress. This plugin is primary created for my own websites - make money is not the reason why I created it.

How to disable this plugin?

Just use standard Plugin overview page in WordPress admin section and deactivate it or rename plugin folder /wp-content/plugins/secure-admin-ip over FTP access.

How to separate more IP addresses?

It's up to you! You can use new line, dash, comma, ...

How to use external whitelist?

Just create new file (JSON format) and host it on public URL. Example: [{"ip":"1.1.1.1","description":"Michal"},{"ip":"2.2.2.2","description":"Novak"}]. Cache is used so don't need to afraid about a lot of requests on that file (server load).

What happen if I save my incorrect IP address?

Save settings fail if your current IP address will not be found on new whitelist.

更新日志:

2.0 1.9 1.8 1.7 1.6 1.5 1.4 1.3 1.2 1.1 1.0