Skip to content

Instantly share code, notes, and snippets.

@stigtsp
Created April 10, 2022 01:36
Show Gist options
  • Save stigtsp/90bd45f86ebb49775cee113219b3a14c to your computer and use it in GitHub Desktop.
Save stigtsp/90bd45f86ebb49775cee113219b3a14c to your computer and use it in GitHub Desktop.
services.resolved = {
enable = true;
llmnr = "resolve";
dnssec = "false";
domains = ["~."];
extraConfig = ''
DNS=1.1.1.1
FallbackDNS=1.0.0.1
DNSOverTLS=yes
'';
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment