Use SQL to instantly query DNS records, certificates and other network information. Open source CLI. No DB required.
23
stars
5
forks
source link
Table `net_dns_record` not listing correct results for consecutive queries when used filter for `type` column. Fixes #21 #22
Closed
LalitLab closed 2 years ago
Example query results
Results
```sql select * from net_dns_record where domain = 'turbot.com' and type = 'A'; +------------+------+--------------+--------+----------+--------+-----+---------------------------+ | domain | type | ip | target | priority | value | ttl | _ctx | +------------+------+--------------+--------+----------+--------+-----+---------------------------+ | turbot.com | A | 54.182.0.62 |