Skip to content

Commit

Permalink
docs - update conf for feature #5
Browse files Browse the repository at this point in the history
  • Loading branch information
dmachard committed Nov 9, 2021
1 parent edf714e commit c4142fb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
- [DNS sniffer](#Dns-Sniffer)
- [Tail](#Tail)
- [Subprocessors](#Subprocessors)
- [Qname lowercase](#Qname-lowercase)
- [IP anonymization](#Ip-Anonymization)
- [GeoIP Support](#GeoIP-Support)
- [DNS Caching](#DNS-Caching)
Expand Down Expand Up @@ -133,6 +134,17 @@ tail:
## Subprocessors
### Qname lowercase
Option to convert all domain to lowercase.
This feature is enabled by default.
```yaml
subprocessors:
# Convert all domain to lowercase
qname-lowercase: true
```
### IP Anonymization
This feature can be used to anonymize all IP queries.
Expand Down

0 comments on commit c4142fb

Please sign in to comment.