From 5be6b4ff9edfcef088272d3cd54e7acfa5d88992 Mon Sep 17 00:00:00 2001 From: Salem <39432507+lusalem@users.noreply.github.com> Date: Thu, 18 Sep 2025 21:18:14 +0800 Subject: [PATCH] Create bt.json --- rules/singbox/bt.json | 50 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 rules/singbox/bt.json diff --git a/rules/singbox/bt.json b/rules/singbox/bt.json new file mode 100644 index 0000000..78e03c1 --- /dev/null +++ b/rules/singbox/bt.json @@ -0,0 +1,50 @@ +{ + "version": 2, + "rules": [ + { + "domain_suffix": + [ + "qbittorrent.org" + ], + "domain_keyword": + [ + "aria2", + "thunder", + "xlliveud", + "xunlei", + "yunpan", + ], + "process_name": + [ + "BitComet", + "BitComet.exe", + "BitComet_x64.exe", + "DownloadService", + "DownloadService.exe", + "Folx", + "Folx.exe", + "NetTransport", + "NetTransport.exe", + "Thunder", + "Thunder.exe", + "Transmission", + "Transmission.exe", + "WebTorrent", + "WebTorrent.exe", + "WebTorrentHelper", + "WebTorrentHelper.exe", + "Weiyun", + "Weiyun.exe", + "aria2c", + "aria2c.exe", + "baidunetdisk.exe", + "fdm", + "fdm.exe", + "qbittorrent", + "qbittorrent.exe", + "uTorrent", + "uTorrent.exe" + ] + } + ] +}