mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 17:12:36 +08:00
Add qBittorrent 3.3.14 client file
This commit is contained in:
parent
eb42cd93b4
commit
d0a8ac3fa7
1 changed files with 24 additions and 0 deletions
24
resources/clients/qbittorrent-3.3.14.client
Normal file
24
resources/clients/qbittorrent-3.3.14.client
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"keyGenerator": {
|
||||
"length": 8,
|
||||
"type": "hash_no_leading_zero",
|
||||
"refreshOn": "TORRENT_PERSISTENT",
|
||||
"upperCase": true,
|
||||
"lowerCase": false
|
||||
},
|
||||
"peerIdGenerator": {
|
||||
"prefix": "-qB33E0-",
|
||||
"type": "printable",
|
||||
"refreshOn": "NEVER",
|
||||
"upperCase": false,
|
||||
"lowerCase": false
|
||||
},
|
||||
"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/3.3.14" },
|
||||
{ "name": "Accept-Encoding", "value": "gzip" },
|
||||
{ "name": "Connection", "value": "close" }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue