*Update allowed ports

This commit is contained in:
Derrick Hammer 2023-04-17 00:23:15 -04:00
parent 90c6f789cc
commit 9bd04de7bb
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

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