mirror of
https://github.com/adulau/pdns-qof-server.git
synced 2024-11-22 10:07:10 +00:00
16 lines
517 B
Markdown
16 lines
517 B
Markdown
pdns-qof-server
|
|
===============
|
|
|
|
pdns-qof compliant passive DNS query interface for the pdns-toolkit
|
|
|
|
Usage
|
|
-----
|
|
|
|
```bash
|
|
curl http://127.0.0.1:8888/query/www.microsoft.com
|
|
```
|
|
|
|
```json
|
|
{"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"}
|
|
```
|