From df871a95f17415dd7f9c607b3465b5a14495f67f Mon Sep 17 00:00:00 2001 From: MarcUs7i <96580944+MarcUs7i@users.noreply.github.com> Date: Wed, 5 Mar 2025 21:11:38 +0100 Subject: [PATCH] changed ip for onion --- watcher.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher.js b/watcher.js index f1ba126..82df86f 100644 --- a/watcher.js +++ b/watcher.js @@ -224,7 +224,7 @@ while(true) { try { if (endpoint.url.includes('.onion')) { let [host, port] = endpoint.url.replace('http://', '').split(':'); - host = endpoint.id.includes('-POWERFUL') ? '192.168.0.106' : '127.0.0.1'; + host = endpoint.id.includes('-POWERFUL') ? '192.168.0.105' : '127.0.0.1'; const result = await checkOnionService(host, port || 8333); endpointStatus.t = Date.now();