mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-14 19:36:12 +08:00
22 lines
699 B
Text
22 lines
699 B
Text
|
{
|
||
|
"peerIdInfo": {
|
||
|
"prefix": "-TR284Z-",
|
||
|
"type": "alphanumeric",
|
||
|
"upperCase": false,
|
||
|
"lowerCase": true
|
||
|
},
|
||
|
"keyInfo": {
|
||
|
"length": 8,
|
||
|
"type": "alphanumeric",
|
||
|
"upperCase": false,
|
||
|
"lowerCase": true
|
||
|
},
|
||
|
"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}",
|
||
|
"numwant": 80,
|
||
|
"requestHeaders": [
|
||
|
{ "name": "User-Agent", "value":"Transmission/2.84+" },
|
||
|
{ "name": "Accept", "value":"*/*" },
|
||
|
{ "name": "Accept-Encoding", "value":"gzip;q=1.0, deflate, identity" }
|
||
|
]
|
||
|
}
|