From 99c08c3609b1f69d9506518c3d43d76bc4ebdffb Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Fri, 31 Aug 2018 13:16:01 +0200 Subject: [PATCH] Changed DNS --- zsh/functions.zsh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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