peerjail/README.md

25 lines
417 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# peerjail
一个用于qbittorrent的辅助工具识别异常的peer并将其加入黑名单
---
## 开始使用
### 安装依赖
创建虚拟并激活环境(可选)
```bash
python -m venv venv
source venv/bin/activate
# ./venv/Scripts/activate.ps1
```
### 安装peerjail
```bash
pip install -e .
```
### 启动peerjail
```bash
peerjail --host 127.0.0.1 --port 8080 --username admin --password adminadmin
```