mirror of
https://github.com/adulau/pdns-qof-server.git
synced 2024-11-21 17:47:09 +00:00
Passive DNS server interface compliant to "Common Output Format"
bin | ||
LICENSE | ||
README.md |
pdns-qof-server
pdns-qof compliant passive DNS query interface for the pdns-toolkit
Usage
curl http://127.0.0.1:8888/query/www.microsoft.com
{"count": "126525", "time_first": "1298398002", "rrtype": "CNAME", "rrname": "www.microsoft.com", "rrdata": "toggle.www.ms.akadns.net", "time_last": "1387894724"}
{"count": "126525", "time_first": "1298398002", "rrtype": "CNAME", "rrname": "www.microsoft.com", "rrdata": "toggle.www.ms.akadns.net", "time_last": "1387894724"}