From 33bd6a72444eeca3bcadb75133600ac370d25366 Mon Sep 17 00:00:00 2001 From: Marcus Date: Thu, 1 Apr 2021 01:10:23 -0400 Subject: [PATCH] remove debug other port --- lib/node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/node.js b/lib/node.js index f04dd2c..45b74f4 100644 --- a/lib/node.js +++ b/lib/node.js @@ -26,7 +26,7 @@ class Node extends EventEmitter { } async negotiatePort() { - await upnp.map(5600, 60 * 5, 'other application'); + // await upnp.map(5600, 60 * 5, 'other application'); const mappings = await upnp.mappings();