feat(networking): switch back to non-blocking DNS servers
I already handle blocking in Mullvad VPN and in cases where I want to temporarily disable the VPN I usually also want to disable blocking.
This commit is contained in:
parent
e36e89a7fe
commit
cc49a5c4e7
|
@ -30,14 +30,7 @@
|
||||||
"RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3";
|
"RWQf6LRCGA9i53mlYecO4IzT51TGPpvWucNSCh1CBM0QTaLn73Y7GFO3";
|
||||||
};
|
};
|
||||||
|
|
||||||
server_names = [
|
server_names = [ "mullvad-doh" "controld-unfiltered" ];
|
||||||
"mullvad-adblock-doh"
|
|
||||||
"dnscrypt-de-blahdns-ipv4"
|
|
||||||
"dnscrypt-de-blahdns-ipv6"
|
|
||||||
"adfree.usableprivacy.net"
|
|
||||||
"adfree.usableprivacy.net-ipv6"
|
|
||||||
"controld-block-malware-ad"
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue