From 44c9553dbe88c291d6cdd070fdc225b8a0907130 Mon Sep 17 00:00:00 2001 From: Journey Date: Tue, 17 Sep 2024 19:32:02 -0500 Subject: [PATCH] create qbittorrent-4.6.7.client --- resources/clients/qbittorrent-4.6.7.client | 30 ++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 resources/clients/qbittorrent-4.6.7.client diff --git a/resources/clients/qbittorrent-4.6.7.client b/resources/clients/qbittorrent-4.6.7.client new file mode 100644 index 0000000..2dcbaad --- /dev/null +++ b/resources/clients/qbittorrent-4.6.7.client @@ -0,0 +1,30 @@ +{ + "keyGenerator": { + "algorithm": { + "type": "HASH_NO_LEADING_ZERO", + "length": 8 + }, + "refreshOn": "TORRENT_PERSISTENT", + "keyCase": "upper" + }, + "peerIdGenerator": { + "algorithm": { + "type": "REGEX", + "pattern": "-qB4670-[A-Za-z0-9_~\\(\\)\\!\\.\\*-]{12}" + }, + "refreshOn": "NEVER", + "shouldUrlEncode": false + }, + "urlEncoder": { + "encodingExclusionPattern": "[A-Za-z0-9_~\\(\\)\\!\\.\\*-]", + "encodedHexCase": "lower" + }, + "query": "info_hash={infohash}&peer_id={peerid}&port={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&key={key}&event={event}&numwant={numwant}&compact=1&no_peer_id=1&supportcrypto=1&redundant=0", + "numwant": 200, + "numwantOnStop": 0, + "requestHeaders": [ + { "name": "User-Agent", "value": "qBittorrent/4.6.7" }, + { "name": "Accept-Encoding", "value": "gzip" }, + { "name": "Connection", "value": "close" } + ] +}