Skip to content

Commit

Permalink
Update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Dec 28, 2021
1 parent 9060155 commit 4d281da
Showing 1 changed file with 0 additions and 30 deletions.
30 changes: 0 additions & 30 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -560,36 +560,6 @@ tcpclient:
text-format: ""
```

Example:

```json
{
"operation": "AUTH_RESPONSE",
"identiy": "dnstap-logger",
"family": "INET",
"protocol": "DOH",
"query-ip": "127.0.126.114",
"query-port": "42978",
"response-ip": "127.0.240.58",
"response-port": "53",
"length": 160,
"rcode": "NOERROR",
"qname": "mondomaine.fr",
"qtype": "A",
"latency": "0.000011",
"timestamp-rfc3339": "2021-07-31T18:16:46.068840539Z",
"resource-records": [
{
"name": "mondomaine.fr",
"rdatatype": "A",
"ttl": 3600,
"rdata": "127.0.0.1"
}
],
"country-isocode":"-"
}
```

### Syslog

Syslog logger to local syslog system or remote one.
Expand Down

0 comments on commit 4d281da

Please sign in to comment.