Skip to content
This repository has been archived by the owner on Jun 23, 2023. It is now read-only.

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaHOH committed Dec 18, 2020
1 parent b1e4a89 commit b9b5afe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
11 changes: 6 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ refused upload 10 minutes in downloading torrents if AVAILABILITY greater than 1
At the same time, this script will not broke the existing IP ranges (non-single IP)
in ipfilter, they will be stored as-is.

There is [a gift](https://github.com/SeaHOH/ban-peers/issues/1) to the users of
μTorrent 3 classic desktop free version, it wrote in Chinese, you can read via
There is [a gift](https://github.com/SeaHOH/ban-peers/discussions/1) to the users
of μTorrent 3 classic desktop free version, it wrote in Chinese, you can read via
a translator (e.g. translate.google.com). There is also [a similar article](https://www.sb-innovation.de/showthread.php?34487-Clean-uTorrent)
(see part **Technical information**) wrote in English.

Expand All @@ -30,7 +30,7 @@ work, please recommend it to your friends, Thanks.
- If you can not accept read/write the ipfilter.dat file frequently, it can be
soft/symbolic link to a RAM disk.
- I took preventive measures, if you stiil found a normal peer has been banned,
please tell us via [issues board](https://github.com/SeaHOH/ban-peers/issues).
please tell us via [Issues board](https://github.com/SeaHOH/ban-peers/issues).

# Special Explanation
- Report fake progress, most of the results are due to poor connection leads,
Expand Down Expand Up @@ -212,8 +212,9 @@ Load argument "authorization = username:password"
- Proceed: just proceed checking.

# Got troubles/ideas
Visit the [issues board](https://github.com/SeaHOH/ban-peers/issues) and post
them, maybe someone can help you.
Visit the [Discussions board](https://github.com/SeaHOH/ban-peers/discussions)
and post them, maybe someone can help you. If you are not sure wether it is an
issue by Ban-Peers itself, just post to [Issues board](https://github.com/SeaHOH/ban-peers/issues).

# Known Issues
- Integers in data form which have be received from Web API will be converted to
Expand Down
8 changes: 4 additions & 4 deletions README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
如果健康度大于 10。同时,此脚本不会影响已有的 ipfilter 范围格式屏蔽 (非单 IP 格式),
它们会被原样保存。

给 μTorrent 3 经典桌面版免费版本用户的[一份礼物](https://github.com/SeaHOH/ban-peers/issues/1)
给 μTorrent 3 经典桌面版免费版本用户的[一份礼物](https://github.com/SeaHOH/ban-peers/discussions/1)

极力抵制吸血,这是我们应有的权利。如果你觉得 Ban-Peers 还不错,请向朋友推荐它,谢谢。

Expand All @@ -23,7 +23,7 @@
- **请在本地网络内使用此脚本**,μTorrent 网页 API 不支持 HTTPS 连接,它并不安全。
- 如果无法接受频繁读写 ipfilter.dat 文件,可以将它软链接到内存盘。
- 虽然已采取一些预防措施,如果你仍然发现有正常的对端被错误屏蔽,
请反馈到 [issues 板块](https://github.com/SeaHOH/ban-peers/issues)
请反馈到 [Issues 板块](https://github.com/SeaHOH/ban-peers/issues)

# 特别说明
- 汇报虚假进度,其大部分结果都是由于连接不畅导致,已尽量确保连接顺畅情况下不误报。
Expand Down Expand Up @@ -194,8 +194,8 @@ C:\Users\username>ban_peers -p 54321
- 恢复:只是恢复检查。

# 遇到麻烦/有其它想法
访问 [issues 板块](https://github.com/SeaHOH/ban-peers/issues)并贴出它们,
也许有人能够帮到你。
访问 [Discussions 板块](https://github.com/SeaHOH/ban-peers/discussions)并贴出它们,
也许有人能够帮到你。如果你不确定是否是程序本身有问题,可以直接反馈到 [Issues 板块](https://github.com/SeaHOH/ban-peers/issues)

# 已知问题
- 网页 API 返回的对端数据中,数值被转换成 32 位有符号数,这会导致数值溢出。2G
Expand Down

0 comments on commit b9b5afe

Please sign in to comment.