You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monero-python/tests/data/test_jsonrpcdaemon/test_get_bans.json

36 lines
616 B

{
"id": 0,
"jsonrpc": "2.0",
"result": {
"bans": [
{
"host": "145.239.118.5",
"ip": 91680657,
"seconds": 72260
},
{
"host": "146.59.156.116",
"ip": 1956395922,
"seconds": 69397
},
{
"host": "213.32.121.162",
"ip": 2725847253,
"seconds": 3564
},
{
"host": "51.83.81.237",
"ip": 3981529907,
"seconds": 70687
},
{
"host": "54.39.75.54",
"ip": 910894902,
"seconds": 80571
}
],
"status": "OK",
"untrusted": false
}
}