micro-analytics/micro-analytics-cli

IP Blacklist

Open

#11 建立於 2017年1月11日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)JavaScript (52 fork)batch import
enhancementhelp wanted

倉庫指標

Star
 (738 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

Obviously this could be implemented in the client-side on a per-project basis, but I think it would be a decent idea to implement some sort of IP blacklisting system so that stats don't get bloated during development/QA.

Maybe something along the lines of providing a .ipignore file that follows the same general rules of .gitignore files?

127.0.0.1
192.102.*
*.512.*

Again, not sure if you're trying to keep this as micro as possible leaving things like this up to the individual developer. But seems like a feature that many could benefit from.

貢獻者指南