internal-ip:获取您的内部IP地址

时间:2024-06-15 01:35:12
【文件属性】:

文件名称:internal-ip:获取您的内部IP地址

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-15 01:35:12

JavaScript

内部IP 获取您的内部IP地址 安装 $ npm install internal-ip 用法 const internalIp = require ( 'internal-ip' ) ; ( async ( ) => { console . log ( await internalIp . v6 ( ) ) ; //=> 'fe80::1' console . log ( await internalIp . v4 ( ) ) ; //=> '10.0.0.79' } ) ( ) ; console . log ( internalIp . v6 . sync ( ) ) //=> 'fe80::1' console . log ( internalIp . v4 . sync ( ) ) //=> '10.0.0.79' 该模块返回从默认网关确定的面向Internet的


【文件预览】:
internal-ip-main
----browser.js(2KB)
----index.js(999B)
----test.js(797B)
----package.json(922B)
----index.test-d.ts(286B)
----readme.md(2KB)
----.github()
--------funding.yml(117B)
--------workflows()
--------security.md(179B)
----license(1KB)
----index.d.ts(1KB)
----.gitignore(23B)
----.npmrc(19B)
----.editorconfig(175B)
----.gitattributes(19B)

网友评论