[UPSTREAM] - Add support for EDNS-client-subnet

272984a640
This commit is contained in:
quindecim 2020-09-18 04:44:38 -04:00
parent d11316c6a2
commit d5e88d14df
1 changed files with 8 additions and 0 deletions

View File

@ -117,6 +117,14 @@ timeout = 1500
keepalive = 30
## Add EDNS-client-subnet information to outgoing queries
##
## Multiple networks can be listed; they will be randomly chosen.
## These networks don't have to match your actual networks.
# edns_client_subnet = ["0.0.0.0/0", "2001:db8::/32"]
## Response for blocked queries. Options are `refused`, `hinfo` (default) or
## an IP response. To give an IP response, use the format `a:<IPv4>,aaaa:<IPv6>`.
## Using the `hinfo` option means that some responses will be lies.