changed ip for onion

This commit is contained in:
MarcUs7i 2025-03-05 21:11:38 +01:00
parent fb0db1f959
commit df871a95f1

View file

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