parent
232da86da0
commit
9dab2d9f49
1 changed files with 2 additions and 1 deletions
|
@ -70,7 +70,8 @@ in
|
|||
services.dnsmasq.enable = false;
|
||||
services.resolved = {
|
||||
enable = true;
|
||||
dnsovertls = if isAdguardHost then "opportunistic" else "true";
|
||||
# HINT with "true" even fallback or interface-specific DNS servers won't work if they don't support TLS
|
||||
dnsovertls = "opportunistic";
|
||||
fallbackDns = [
|
||||
"194.242.2.2#dns.mullvad.net"
|
||||
"194.242.2.4#base.dns.mullvad.net"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue