Encrypted DNS: Difference between revisions

Modify example dnscrypt-proxy2 configuration to make it clearer where to get server names, and include a potential fix for persistent systems.
m server_names is not required if filters are set up correctly
Line 46: Line 46:
       };
       };


       # Choose a specific set of servers that come from your sources.
       # 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 = [ ... ];
     };
     };
   };
   };