-
nat-api能够实现通过UPnP和NAT-PMP进行快速端口映射
资源介绍
纳塔比
在NodeJS中使用UPnP和NAT-PMP进行快速端口映射。
安装
必需:NodeJS> = 10
npm install nat-api
用法
const NatAPI = require ( 'nat-api' )
const client = new NatAPI ( )
// Map public port 1000 to private port 1000 with UDP and TCP
client . map ( 1000 , function ( err ) {
if ( err ) return console . log ( 'Error' , err )
console . log ( 'Port mapped!' )
} )
// Map public port 2000 to private port 3000 with UDP and TC
- 上一篇: KC-PMP参考指南
- 下一篇: PMP讲义吴永达(PMP培训参考资料)