diff --git a/zsh/functions.zsh b/zsh/functions.zsh index 85a1f76..1b409bf 100644 --- a/zsh/functions.zsh +++ b/zsh/functions.zsh @@ -62,9 +62,9 @@ svn() { esac } -# Clears resolv.conf with google's dns +# Clears resolv.conf with Cloudflare/APNIC's dns resolv() { - echo 'nameserver 8.8.8.8' | sudo tee /etc/resolv.conf > /dev/null + echo 'nameserver 1.1.1.1' | sudo tee /etc/resolv.conf > /dev/null } # Generate a standard LaTeX maefile