mirror of
https://github.com/fosrl/pangolin.git
synced 2025-08-29 22:19:31 +02:00
Adjust pulling in config
This commit is contained in:
parent
880a123149
commit
3d8869066a
6 changed files with 26 additions and 32 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue