From e2c4e62dcb3e87719e285169c1b94955788436cf Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Mon, 17 Apr 2017 18:32:23 -0400 Subject: [PATCH] upnp fix --- modules/auto-port-forwarding.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/auto-port-forwarding.js b/modules/auto-port-forwarding.js index bf39021..ee49a06 100644 --- a/modules/auto-port-forwarding.js +++ b/modules/auto-port-forwarding.js @@ -30,7 +30,7 @@ function tunnel_uPNP (port, callback){ client.portMapping({ public: port, private: port, - ttl: 10 + ttl: 0 }, function(err) { // Will be called once finished if (err) {