Added current values

This commit is contained in:
MarcUs7 2025-01-02 21:59:56 +01:00
parent aeadf4f3e2
commit f7cff81594

View file

@ -54,7 +54,7 @@ export default {
{
id : 'btcnd-onion-POWERFUL', // optional
name : 'Bitcoin Node (Onion)', // optional
link : false, // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
link : 'http://erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
url : 'http://erkuzp5gzrcjqtrcuiku5whcjnioalwskgo3hjg5oq2mmailml7k7jad.onion:8333', // required
customCheck : async (content, response)=>{return true;},
validStatus : ['SOCKET'], // optional, Which http status should be considered non errors [defaults to 200-299]
@ -140,8 +140,8 @@ export default {
{
id : 'xmrnd-onion-POWERFUL', // optional
name : 'Monero Node (Onion)', // optional
link : false, // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
url : 'https://xmrnd.marcus7i.net', // required
link : 'bto4zcx3tbss5f6mhbc4guumv66og2udpg3n26254f2sbkdvhnr2bwyd.onion:18081', // optional, for notifications and dashboard only, [defaults to endpoint.url], can be disabled by setting it to false
url : 'bto4zcx3tbss5f6mhbc4guumv66og2udpg3n26254f2sbkdvhnr2bwyd.onion:18081', // required
request : null,
customCheck : async (content, response)=>{return true;},
validStatus : ['SOCKET'], // optional, Which http status should be considered non errors [defaults to 200-299]