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:
niawag 2023-07-05 14:29:28 +02:00 committed by GitHub
parent 04c10b1c99
commit 8a0ab60852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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" }
]
}