mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-01 00:06:38 +00:00
Adjust pulling in config
This commit is contained in:
@@ -56,6 +56,10 @@ export async function createHybridClientServer() {
|
||||
await deletePeer(exitNode.exitNodeId, pubKey);
|
||||
});
|
||||
|
||||
client.registerHandler("remote/traefik/reload", async (message) => {
|
||||
await monitor.HandleTraefikConfig();
|
||||
});
|
||||
|
||||
// Listen to connection events
|
||||
client.on("connect", () => {
|
||||
console.log("Connected to WebSocket server");
|
||||
|
||||
Reference in New Issue
Block a user