文件名称:nat-api:使用UPnP和NAT-PMP进行快速端口映射
文件大小:15KB
文件格式:ZIP
更新时间:2024-06-01 15:07:38
api js protocol nat upnp
纳塔比 在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
【文件预览】:
nat-api-master
----.gitignore(40B)
----package.json(934B)
----.travis.yml(38B)
----LICENSE(1KB)
----index.js(12KB)
----.github()
--------dependabot.yml(143B)
----README.md(4KB)
----tests()
--------basic.js(347B)
----lib()
--------pmp()
--------upnp()