utorrent-block-xunlei-v2.2 #25
ShenHongFei
started this conversation in
General
Replies: 1 comment 14 replies
-
感謝,馬上來試試! |
Beta Was this translation helpful? Give feedback.
14 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
v2.2 新增
--reset-ipfilter 间隔秒数
参数,选填, 在启动时以及每间隔 interval 秒后自动清空 ipfilter.dat 的内容使用方法
1.1 打开 uTorrent 设置 > 高级 > 网页界面
1.2 选上 "启用网页界面", 并在下方填写用户和密码, 记下来, 作为命令行
--username
和--password
参数的值--port
参数的值C:/Users/<用户名>/AppData/Roaming/uTorrent/ipfilter.dat
,该目录下应该有 resume.dat 文件存在)保证 ipfilter.dat 文件存在(若不存在则新建空白 ipfilter.dat 文件),脚本会在原有 ipfilter.dat 文件内容之后添加被屏蔽的 IP,不影响已有内容及其功能utorrent-block-xunlei.exe
, 下载地址: https://github.com/ShenHongFei/utorrent-block-xunlei/releasesutorrent-block-xunlei.exe --help
启动 blocker (修改下参数的值):
utorrent-block-xunlei --port 50050 --username shf --password 123456 --ipfilter "C:/Users/shf/AppData/Roaming/uTorrent/ipfilter.dat"
(可选,不影响屏蔽功能) 在 uTorrent 中开启屏蔽日志,查看被屏蔽的连接请求
4.1 在 uTorrent 下方的日志面板中点击右键
4.2 勾选
记录用户通讯信息 > 记录拦截连接
4.3 有被屏蔽的用户连接时可以在 uTorrent 日志面板中看到类似下面的日志
在
utorrent-block-xunlei
命令行窗口中输入utorrent
可通过 REPL 查看其属性,调用其方法如输入
utorrent.reset_ipfilter()
可清空屏蔽列表和 ipfilter.dat,utorrent.print_blockeds()
可查看被屏蔽的 IPThis discussion was created from the release utorrent-block-xunlei-v2.2.
Beta Was this translation helpful? Give feedback.
All reactions