micro-analytics / micro-analytics/micro-analytics-cli
IP Blacklist
- 主要语言
- JavaScript
- 星标
- 732
- 派生
- 39
- 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.
贡献指南
调研方向
该 issue 未指定文件、测试或入口点。首先明确过滤应属于 client 还是 analytics service,并定义 .ipignore 的匹配规则;完成的标准是实现范围已达成一致,并且测试覆盖所列出的 IP 模式。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- javascript, nodejs
- 领域
- analytics, backend
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 需要澄清
- 新手友好度
- 25/100