Add a cloaking rule to redirect wildcard localhost to localhost
This commit is contained in:
parent
f413ef2b0c
commit
76dd19a15c
2 changed files with 2 additions and 0 deletions
1
profiles/dnscrypt/cloaking_rules
Normal file
1
profiles/dnscrypt/cloaking_rules
Normal file
|
@ -0,0 +1 @@
|
|||
*.localhost localhost
|
|
@ -12,6 +12,7 @@
|
|||
settings = {
|
||||
ipv6_servers = false;
|
||||
require_dnssec = true;
|
||||
cloaking_rules = ./cloaking_rules;
|
||||
|
||||
sources.public-resolvers = {
|
||||
urls = [
|
||||
|
|
Loading…
Reference in a new issue