Changeset 2856303
- Timestamp:
- 01/28/2023 05:24:27 PM (3 years ago)
- File:
-
- 1 edited
-
traffic-jammer/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
traffic-jammer/trunk/readme.txt
r2851085 r2856303 10 10 License URI: https://www.gnu.org/licenses/gpl-2.0.html 11 11 12 WordPress plugin t o block IP and bots that causes malicious traffic12 WordPress plugin that automatically blocks top IP visits which are reportedly malicious. Protects the login area by limiting access and blocking failed login attempts. It prevents spamming bots that cause traffic overages. 13 13 14 14 == Description == 15 15 16 The poormans WAF.WordPress plugin to block IP and bots categorized as harmful, resulting in heavy server loads from frequently crawled pages, or utilized in vulnerability/security breach scans. The plugiin can block:16 WordPress plugin to block IP and bots categorized as harmful, resulting in heavy server loads from frequently crawled pages, or utilized in vulnerability/security breach scans. The plugiin can block: 17 17 18 18 - Single IP … … 20 20 - User agents 21 21 - Known bad bots 22 - limit login attempts 23 - AbuseIPdb Integration 24 - Prevent traffic overages 25 22 26 23 27 Note: Previous installations less than version 1.0.3 need to be reinstalled for the new features to show up. … … 27 31 - wp jam block 127.0.0.10 28 32 - wp jam unblock 127.0.0.10 33 34 The plugin can be used on sites hosted on Pantheon.io 35 36 <h4>Pantheon terminus command</h4> 37 - terminus wp <sitename>.<env> -- jam block 127.0.0.1 38 - terminus wp <sitename>.<env> -- jam unblock 127.0.0.1 39 29 40 30 41
Note: See TracChangeset
for help on using the changeset viewer.