electron-dns-sd
Version:
The electron-dns-sd is a Node.js module which is a pure javascript implementation of mDNS/DNS-SD (Apple Bonjour) browser and packet parser. It allows you to discover IPv4 addresses in the local network specifying a service name such as `_http._tcp.local`.
52 lines • 690 B
JSON
{
"A" : 1,
"NS" : 2,
"MD" : 3,
"MF" : 4,
"CNAME" : 5,
"SOA" : 6,
"MB" : 7,
"MG" : 8,
"MR" : 9,
"NULL" : 10,
"WKS" : 11,
"PTR" : 12,
"HINFO" : 13,
"MINFO" : 14,
"MX" : 15,
"TXT" : 16,
"AAAA" : 28,
"AFSDB" : 18,
"APL" : 42,
"CAA" : 257,
"CDNSKEY" : 60,
"CDS" : 59,
"CERT" : 37,
"DHCID" : 49,
"DLV" : 32769,
"DNAME" : 39,
"DNSKEY" : 48,
"DS" : 43,
"HIP" : 55,
"IPSECKEY" : 45,
"KEY" : 25,
"KX" : 36,
"LOC" : 29,
"NAPTR" : 35,
"NSEC" : 47,
"NSEC3" : 50,
"NSEC3PARAM" : 51,
"OPENPGPKEY" : 61,
"RRSIG" : 46,
"RP" : 17,
"SIG" : 24,
"SRV" : 33,
"SSHFP" : 44,
"TA" : 32768,
"TKEY" : 249,
"TLSA" : 52,
"TSIG" : 250,
"URI" : 256,
"OPT": 41,
"*": 255
}