mirror of
https://github.com/IrosTheBeggar/mStream.git
synced 2025-10-27 07:31:02 +00:00
upnp fix
This commit is contained in:
parent
45a6f1b1c0
commit
e2c4e62dcb
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user