Skip to content

Commit

Permalink
v240114
Browse files Browse the repository at this point in the history
1. Ban the client "github.com/anacrolix/torrent (devel) (anacrolix/torrent unknown)" (anacrolix/torrent#889)
  • Loading branch information
Tony Hsieh committed Jan 13, 2024
1 parent 7eb65e3 commit 51ee2d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qBittorrentBlockXunlei/Program.cs
Expand Up @@ -37,7 +37,7 @@ internal class Program
static readonly string sProgressFieldText = "\"progress\":";
static readonly string sUploadedFieldText = "\"uploaded\":";

static readonly List<string> lsBannedClients = new List<string>() { "-XL", "Xunlei", "7.", "aria2", "Xfplay", "dandanplay", "FDM", "go.torrent", "Mozilla" };
static readonly List<string> lsBannedClients = new List<string>() { "-XL", "Xunlei", "7.", "aria2", "Xfplay", "dandanplay", "FDM", "go.torrent", "Mozilla", "github.com/anacrolix/torrent (devel) (anacrolix/torrent unknown)" };

static void CCEHandler(object sender, ConsoleCancelEventArgs args)
{
Expand All @@ -48,7 +48,7 @@ static void CCEHandler(object sender, ConsoleCancelEventArgs args)

static async Task Main(string[] args)
{
Console.Title = "qBittorrentBlockXunlei v231116";
Console.Title = "qBittorrentBlockXunlei v240114";

Console.OutputEncoding = Encoding.UTF8;
Console.CancelKeyPress += new ConsoleCancelEventHandler(CCEHandler);
Expand Down

0 comments on commit 51ee2d6

Please sign in to comment.