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();