Encrypted DNS: Difference between revisions
DarkKronicle (talk | contribs) Modify example dnscrypt-proxy2 configuration to make it clearer where to get server names, and include a potential fix for persistent systems. |
DarkKronicle (talk | contribs) m server_names is not required if filters are set up correctly |
||
Line 46: | Line 46: | ||
}; | }; | ||
# | # If you want, choose a specific set of servers that come from your sources. | ||
# Here it's from https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/public-resolvers.md | # Here it's from https://github.com/DNSCrypt/dnscrypt-resolvers/blob/master/v3/public-resolvers.md | ||
server_names = [ ... ]; | # If you don't specify any, dnscrypt-proxy will automatically rank servers | ||
# that match your criteria and choose the best one. | |||
# server_names = [ ... ]; | |||
}; | }; | ||
}; | }; |