Merge branch 'development'

This commit is contained in:
Dimitri Herzog 2021-09-20 22:02:51 +02:00
commit 97a4a2eff3
1 changed files with 4 additions and 5 deletions

View File

@ -285,11 +285,10 @@ CIDR notation.
You can configure, which response should be sent to the client, if a requested query is blocked (only for A and AAAA
queries, NXDOMAIN for other types):
| blockType | Example | Description |
| ---------- | ------- | ---------------------------------------------------------------- |
| **zeroIP** | zeroIP | This is the **
default** block type. Server returns 0.0.0.0 (or :: for IPv6) as result for A and AAAA queries |
| **nxDomain** | nxDomain | return NXDOMAIN as return code |
| blockType | Example | Description |
| ---------- | ------- | ---------------------------------------------------------------- |
| zeroIP | zeroIP | This is the default block type. Server returns 0.0.0.0 (or :: for IPv6) as result for A and AAAA queries |
| nxDomain | nxDomain | return NXDOMAIN as return code |
| custom IPs | 192.100.100.15, 2001:0db8:85a3:08d3:1319:8a2e:0370:7344 | comma separated list of destination IP addresses. Should contain ipv4 and ipv6 to cover all query types. Useful with running web server on this address to display the "blocked" page.|
!!! example