Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
0xERR0R committed Sep 20, 2021
2 parents 6c7cdf2 + 3d7e185 commit 97a4a2e
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 97a4a2e

Please sign in to comment.