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.
27 lines
519 B
27 lines
519 B
module.exports = {
|
|
defaultBaseUrl: 'https://onionoo.torproject.org',
|
|
defaultEndpoints: [
|
|
'summary',
|
|
'details',
|
|
'bandwidth',
|
|
'weights',
|
|
'clients',
|
|
'uptime'
|
|
],
|
|
dummyResponse: {
|
|
version: '3.1',
|
|
relays_published: '2016-12-22 06:00:00',
|
|
relays: [
|
|
{
|
|
n: 'FelixIO',
|
|
f: '95C6C5F65BFC7C06DDD765015E617853BA993C94',
|
|
a: [
|
|
'87.118.92.43'
|
|
],
|
|
r: true
|
|
}
|
|
],
|
|
bridges_published: '2016-12-22 04:41:03',
|
|
bridges: []
|
|
}
|
|
}
|
|
|