mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-10 17:12:36 +08:00
Create transmission-4.0.3.client
Used https://github.com/anthonyraymond/joal/blob/master/scripts/bittorrent-client-update-detector/transmission.sh to get the updated values and kept the same file as 3.00
This commit is contained in:
parent
04c10b1c99
commit
8a0ab60852
1 changed files with 33 additions and 0 deletions
33
resources/clients/transmission-4.0.3.client
Normal file
33
resources/clients/transmission-4.0.3.client
Normal file
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"keyGenerator": {
|
||||
"algorithm": {
|
||||
"type": "DIGIT_RANGE_TRANSFORMED_TO_HEX_WITHOUT_LEADING_ZEROES",
|
||||
"inclusiveLowerBound": 1,
|
||||
"inclusiveUpperBound": 2147483647
|
||||
},
|
||||
"refreshOn": "NEVER",
|
||||
"keyCase": "lower"
|
||||
},
|
||||
"peerIdGenerator": {
|
||||
"algorithm": {
|
||||
"type": "RANDOM_POOL_WITH_CHECKSUM",
|
||||
"prefix": "-TR4030-",
|
||||
"charactersPool": "0123456789abcdefghijklmnopqrstuvwxyz",
|
||||
"base": 36
|
||||
},
|
||||
"refreshOn": "TORRENT_VOLATILE",
|
||||
"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}&numwant={numwant}&key={key}&compact=1&supportcrypto=1&event={event}&ipv6={ipv6}",
|
||||
"numwant": 80,
|
||||
"numwantOnStop": 0,
|
||||
"requestHeaders": [
|
||||
{ "name": "User-Agent", "value": "Transmission/4.0.3" },
|
||||
{ "name": "Accept", "value": "*/*" },
|
||||
{ "name": "Accept-Encoding", "value": "deflate, gzip" }
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue