Skip to content

Instantly share code, notes, and snippets.

@entrity
Last active December 28, 2015 21:38
Show Gist options
  • Save entrity/7565683 to your computer and use it in GitHub Desktop.
Save entrity/7565683 to your computer and use it in GitHub Desktop.
Run this file on Windows XP or 7 to add PIC sites to your hosts file
# Run this file with the following:
# curl https://gist.github.com/Vaselinessa/7565683/raw/f175a61e61015276476448f917e914700e68cace/hosts.bat | cmd
@echo off
set output=c:\windows\system32\drivers\etc\hosts
echo %output%
echo. >> %output%
echo # Inserted by Markham's script 20-11-2013 >> %output%
echo 10.71.17.30 wiki.qa >> %output%
echo 50.56.126.187 tq dr >> %output%
echo 50.56.126.126 database >> %output%
echo 10.71.17.30 qa.trustedquote.com >> %output%
echo 10.71.17.30 qa.dataraptor.com >> %output%
echo 10.71.17.30 qa.wholesaleinsurance.net >> %output%
echo 10.71.17.30 qa.pinneyinsurance.com >> %output%
echo 10.71.17.30 qa.pinneyquoter.pinneyapps.com >> %output%
echo 10.71.17.30 qa.clu.pinneyapps.com >> %output%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment