Changed DNS

This commit is contained in:
Thomas Forgione 2018-08-31 13:16:01 +02:00
parent 60d3bc36ae
commit 99c08c3609
No known key found for this signature in database
GPG Key ID: 3B8FC64F5BBFE109
1 changed files with 2 additions and 2 deletions

View File

@ -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