This commit is contained in:
IrosTheBeggar 2017-04-17 18:32:23 -04:00
parent 45a6f1b1c0
commit e2c4e62dcb

View File

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