Obtain DNS Cache as Table
t = dns.table()
Returns an indexed table of DNS cache entries.
t element |
Type | Description |
---|---|---|
t.name |
string | Name of the entry |
t.ip |
string | IP address |
t.qtype |
integer | Query type |
t.complete |
boolean | Whether the DNS query has completed |