文件名称:dns-info:使用Node获取DNS信息
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-29 01:57:22
JavaScript
提取DNS信息。 dnsInfo ( 'reaktor.fi' ) . then ( function ( info ) { console . log ( info ) } ) 或者 dnsInfo ( { domain : 'reaktor.fi' , server : { address : '8.8.8.8' , port : 53 , type : 'udp' } , timeout : 2000 } ) . then ( function ( info ) { console . log ( info ) } ) . catch ( function ( e ) { console . error ( e ) } ) 应该打印类似 { domain : 'reaktor.fi' , byTypes : [ {
【文件预览】:
dns-info-master
----example.js(404B)
----dns-info.js(2KB)
----README.md(2KB)
----.gitignore(28B)
----package.json(338B)