From f7cff815943cfa552765599d94ec63d3b58cabf7 Mon Sep 17 00:00:00 2001 From: MarcUs7 <96580944+MarcUs7i@users.noreply.github.com> Date: Thu, 2 Jan 2025 21:59:56 +0100 Subject: [PATCH] Added current values --- config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.js b/config.js index fefe3b5..a4b7406 100644 --- a/config.js +++ b/config.js @@ -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]