standalone upnp
Bu işleme şunda yer alıyor:
ebeveyn
6382701c91
işleme
967a4a99fc
17
tests/upnp.js
Normal dosya
17
tests/upnp.js
Normal dosya
@ -0,0 +1,17 @@
|
||||
'use strict';
|
||||
|
||||
var upnp = require('../lib/upnp');
|
||||
var opts = {
|
||||
debug: true
|
||||
};
|
||||
var ips = [];
|
||||
var portInfo = {
|
||||
internal: 65080
|
||||
, external: 65080
|
||||
};
|
||||
|
||||
upnp(opts, ips, portInfo).then(function (result) {
|
||||
console.log('results', result);
|
||||
}, function (err) {
|
||||
console.error('error', err.stack);
|
||||
});
|
Yükleniyor…
x
Yeni konuda referans
Bir kullanıcı engelle