Skip to content

Commit

Permalink
Merge pull request #103 from vrischmann/transmission-3.00
Browse files Browse the repository at this point in the history
clients: add transmission 3.00
  • Loading branch information
anthonyraymond committed Sep 9, 2020
2 parents 9c4e73a + 44b8b73 commit 6b33a80
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions resources/clients/transmission-3.00.client
Original file line number Diff line number Diff line change
@@ -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": "-TR3000-",
"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/3.00" },
{ "name": "Accept", "value": "*/*" },
{ "name": "Accept-Encoding", "value": "deflate, gzip" }
]
}

0 comments on commit 6b33a80

Please sign in to comment.