Advertisement
Guest User

Untitled

a guest
Oct 21st, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.43 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. cp /etc/hosts /etc/hosts.ghbak
  4. cat >> /etc/hosts << END
  5. 192.30.253.113 github.com
  6. 151.101.44.133 assets-cdn.github.com
  7. 54.236.140.90 collector.githubapp.com
  8. 192.30.253.116 api.github.com
  9. 192.30.253.122 ssh.github.com
  10. 151.101.44.133 avatars0.githubusercontent.com
  11. 151.101.44.133 avatars1.githubusercontent.com
  12. 151.101.44.133 avatars2.githubusercontent.com
  13. 151.101.44.133 avatars3.githubusercontent.com
  14. END
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement