From e794e4d426b42e83b981c92abb547e3e91ccecac Mon Sep 17 00:00:00 2001 From: guessi Date: Sat, 28 Apr 2018 04:17:23 +0800 Subject: [PATCH] New Plugin: Added ability to filter out traffic from health checker(s) (#10) Plugin: https://github.com/guessi/yourls-dont-log-health-checker --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7fcbf7b..ddc434c 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,9 @@ - [DNSBL](https://github.com/Diftraku/yourls_dnsbl/) - Uses various DNSBLs to check the submitter's IP and prevent shortening URLs if any malicious activity has been detected. - [Domain Limit](https://github.com/nicwaller/yourls-domainlimit-plugin) - Limit the domains that users can create shortlinks to - [Domain Limiter](https://bitbucket.org/quantumwebco/domain-limiter-yourls-plugin) - Fork of Nic Waller's plugin with the addition of an admin panel to edit the white list from the admin area -- [Dont Log Bots](https://github.com/YOURLS/dont-log-bots) ⭐ - Ignore bot hits in your stats (both click count as seen in the main admin page and in detailed stats) -- [Dont Log Crawlers](https://github.com/luixxiul/dont-log-crawlers/) - A fork of the above plugin, with more bots filtered out. +- [Don't Log Bots](https://github.com/YOURLS/dont-log-bots) ⭐ - Ignore bot hits in your stats (both click count as seen in the main admin page and in detailed stats) +- [Don't Log Crawlers](https://github.com/luixxiul/dont-log-crawlers/) - A fork of the `Don't Log Bots`, with more bots filtered out. +- [Don't Log Health Checker](https://github.com/guessi/yourls-dont-log-health-checker) - A fork of `Don't Log Bots`, with more bots filtered out. - [Don't Track Admin Clicks](https://github.com/dgw/yourls-dont-track-admins) - Don't count clicks on short URL if user is logged in ### E