remove debug other port
parent
dff0b8c6e4
commit
33bd6a7244
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Reference in New Issue