mirror of
https://github.com/anthonyraymond/joal.git
synced 2024-11-14 11:24:36 +08:00
22 lines
829 B
Text
22 lines
829 B
Text
{
|
|
"peerIdInfo": {
|
|
"prefix": "-AZ5740-",
|
|
"type": "alphanumeric",
|
|
"upperCase": false,
|
|
"lowerCase": false
|
|
},
|
|
"keyInfo": {
|
|
"length": 8,
|
|
"type": "alphanumeric",
|
|
"upperCase": false,
|
|
"lowerCase": false
|
|
},
|
|
"query": "info_hash={infohash}&peer_id={peerid}&supportcrypto=1&port={port}&azudp={port}&uploaded={uploaded}&downloaded={downloaded}&left={left}&corrupt=0&event={event}&numwant={numwant}&no_peer_id=1&compact=1&key={key}&azver=3",
|
|
"numwant": 100,
|
|
"requestHeaders": [
|
|
{ "name": "User-Agent", "value":"Azureus 5.7.4.0;{os};{java}" },
|
|
{ "name": "Connection", "value": "close" },
|
|
{ "name": "Accept-Encoding", "value":"gzip" },
|
|
{ "name": "Accept", "value":"text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2" }
|
|
]
|
|
}
|