Last active
August 27, 2020 10:50
-
-
Save michaelachrisco/bbe6f55a33a244c6652c85b4fd00a13d to your computer and use it in GitHub Desktop.
Revisions
-
michaelachrisco revised this gist
Aug 27, 2020 . No changes.There are no files selected for viewing
-
michaelachrisco created this gist
Aug 27, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,20 @@ # Fixes the following error # systemd-resolved[711]: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP. Change contents of /etc/systemd/resolved.conf to: ``` [Resolve] DNS=pi-hole-ip-or-other FallbackDNS=8.8.8.8 8.8.4.4 #Domains= #LLMNR=no #MulticastDNS=no #DNSSEC=no Cache=yes DNSStubListener=yes ``` `sudo systemctl restart systemd-resolved` A slightly modified version of https://askubuntu.com/questions/1058750/new-alert-keeps-showing-up-server-returned-error-nxdomain-mitigating-potential