一键脚本

1
2
3
4
5
6
7
echo "nameserver 114.114.114.114" | sudo tee -a /etc/resolv.conf

printf "\
199.232.68.133 raw.githubusercontent.com\n\
199.232.68.133 user-images.githubusercontent.com\n\
199.232.68.133 avatars2.githubusercontent.com\n\
199.232.68.133 avatars1.githubusercontent.com\n" | sudo tee -a /etc/hosts