From 9bd04de7bb1eb2614cae05ccc1851fa9482bdb38 Mon Sep 17 00:00:00 2001 From: Derrick Hammer Date: Mon, 17 Apr 2023 00:23:15 -0400 Subject: [PATCH] *Update allowed ports --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 22d60ca..ccdd593 100644 --- a/src/index.ts +++ b/src/index.ts @@ -14,7 +14,7 @@ const plugin: Plugin = { const proxy = new MultiSocketProxy({ swarm: api.swarm, protocol: PROTOCOL, - allowedPorts: [5001, 5002], + allowedPorts: [4001, 4002], server: true, }); api.swarm.join(api.util.crypto.createHash(PROTOCOL));