mirror of
https://github.com/adulau/pdns-qof-server.git
synced 2024-11-22 10:07:10 +00:00
Sample query added
This commit is contained in:
parent
b45de81edf
commit
a71395aeb1
1 changed files with 12 additions and 0 deletions
12
README.md
12
README.md
|
@ -2,3 +2,15 @@ pdns-qof-server
|
||||||
===============
|
===============
|
||||||
|
|
||||||
pdns-qof compliant passive DNS query interface for the pdns-toolkit
|
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"}
|
||||||
|
```
|
||||||
|
|
Loading…
Reference in a new issue