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