blob: 70dc99379f35bbf929f4bc83aa75a1cacfb5285e [file] [log] [blame]
export interface Dns {
// dns_class string DNS class 1
// dns_len int DNS frame length 188
// dns_query string Requested DNS query test.test.com
// dns_response_code string Response code 0x00000001
// dns_answers string Response to DNS Query 178.2.1.99
// dns_type int DNS query type 1
}