[UPSTREAM] Allow ptr queries for cloaked domains

1b6caba307
This commit is contained in:
quindecim 2021-12-16 00:13:56 +01:00
parent 4bf68b6bb2
commit 8819dc39ce
1 changed files with 3 additions and 0 deletions

View File

@ -352,6 +352,8 @@ reject_ttl = 10
## Cloaking returns a predefined address for a specific name.
## In addition to acting as a HOSTS file, it can also return the IP address
## of a different name. It will also do CNAME flattening.
## If 'cloak_ptr' is set, then PTR (reverse lookups) are enabled
## for cloaking rules that do not contain wild cards.
##
## See the `example-cloaking-rules.txt` file for an example
@ -360,6 +362,7 @@ reject_ttl = 10
## TTL used when serving entries in cloaking-rules.txt
# cloak_ttl = 600
# cloak_ptr = false