Working on new exit node picking

This commit is contained in:
Owen 2025-06-11 09:13:38 -04:00
parent 0537992603
commit 9a2022a4fe
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
3 changed files with 66 additions and 19 deletions

View file

@ -3,7 +3,8 @@ import {
handleReceiveBandwidthMessage,
handleGetConfigMessage,
handleDockerStatusMessage,
handleDockerContainersMessage
handleDockerContainersMessage,
handleNewtPingRequestMessage
} from "./newt";
import {
handleOlmRegisterMessage,
@ -21,7 +22,8 @@ export const messageHandlers: Record<string, MessageHandler> = {
"olm/wg/relay": handleOlmRelayMessage,
"olm/ping": handleOlmPingMessage,
"newt/socket/status": handleDockerStatusMessage,
"newt/socket/containers": handleDockerContainersMessage
"newt/socket/containers": handleDockerContainersMessage,
"newt/ping/request": handleNewtPingRequestMessage,
};
startOfflineChecker(); // this is to handle the offline check for olms